Construct the rand module.
Structs
Error‐An error returned by methods in the rand module.
OsError‐An os error returned by methods in the rand module.
OsRng‐An interface over the operating-system's random data source
SmallRng‐A small-state, fast, non-crypto, non-portable PRNG
StdRng‐A strong, fast (amortized), non-portable RNG
ThreadRng‐A reference to the thread-local generator
Functions
rng‐Access a fast, pre-initialized generator