mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
split split mix sixty four
This commit is contained in:
@ -8,7 +8,7 @@ public protocol RandomProvider {
|
||||
}
|
||||
|
||||
public protocol RandomSeedable {
|
||||
associatedtype SeedType: FixedWidthInteger
|
||||
associatedtype SeedType
|
||||
|
||||
init(seed: SeedType)
|
||||
mutating func seed(_ value: SeedType)
|
||||
|
Reference in New Issue
Block a user