Expand description
§MINSTD
Lehmer “minimum standard” random number generator.
This crate have no dependencies and can be used without standard library by activating feature no-std.
This is free and unencumbered software released into the public domain.
Structs§
Constants§
Functions§
- clamp_
seed - clamps seed into valid range for generator.
- validate_
seed - Validate if supplied integer is in valid range of seeds for generator.