Instance Method
reset(withSeed:)resetWithSeed:resetWithSeed_
Resets the state of the RNG to the given seed.
Declaration
func reset(withSeed seed: UInt64)Declaration
- (void) resetWithSeed:(uint64_t) seed;Declaration
resetWithSeed_(seed: int)Instance Method
Resets the state of the RNG to the given seed.
func reset(withSeed seed: UInt64)- (void) resetWithSeed:(uint64_t) seed;resetWithSeed_(seed: int)