replace darwin prng with higher quality prngs

This commit is contained in:
2024-08-22 14:19:45 +10:00
parent cad6418cff
commit 83fc86d2a5
5 changed files with 183 additions and 36 deletions

View File

@ -18,7 +18,8 @@ add_executable(Voxelotl MACOSX_BUNDLE
Random/RandomProvider.swift
Random/RandomRange.swift
Random/Arc4Random.swift
Random/DarwinRandom.swift
Random/PCG32Random.swift
Random/Xoroshiro128.swift
# Resource classes
NSImageLoader.swift