Initializer
init(seed:)initWithSeed:initWithSeed_
Creates an insecure RNG with the given seed.
Declaration
init(seed: UInt64)Declaration
- (instancetype) initWithSeed:(uint64_t) seed;Declaration
initWithSeed_(seed: int) -> GSRandomNumberGeneratorInitializer
Creates an insecure RNG with the given seed.
init(seed: UInt64)- (instancetype) initWithSeed:(uint64_t) seed;initWithSeed_(seed: int) -> GSRandomNumberGenerator