use arc4random to seed non-csprng, fleshes out random subsystem

This commit is contained in:
2024-08-22 03:37:29 +10:00
parent 394e340f09
commit cb2ffe78a4
6 changed files with 83 additions and 15 deletions

View File

@ -13,7 +13,9 @@ add_executable(Voxelotl MACOSX_BUNDLE
Color.swift
Random/RandomProvider.swift
Random/RandomRange.swift
Random/Arc4Random.swift
Random/DarwinRandom.swift
NSImageLoader.swift
Renderer.swift