split split mix sixty four

This commit is contained in:
2024-09-01 02:09:49 +10:00
parent c99155fb47
commit 1f74b79ea2
6 changed files with 62 additions and 60 deletions

View File

@ -8,7 +8,7 @@ public protocol RandomProvider {
}
public protocol RandomSeedable {
associatedtype SeedType: FixedWidthInteger
associatedtype SeedType
init(seed: SeedType)
mutating func seed(_ value: SeedType)