- setStateFromSeed: (unsigned)seed The setStateFromSeed method initializes the generator from a single seed value. If more are needed, they are generated internally.
Phase: Using
- (unsigned)getMaxSeedValue The getMaxSeedValue method returns the highest allowable seed value. The lowest value is 1 (0 is not a legal seed value).
- (unsigned)getInitialSeed The getInitialSeed method returns the generator's starting seed.