Expand description
Rand module contains types for random number generation for non-std environments and for std environments.
Structs§
- StdRng
- A strong, fast (amortized), non-portable RNG
Traits§
- Rng
- User-level interface for RNGs
- Seedable
Rng - A random number generator that can be explicitly seeded.
Functions§
- gen_
random - Generates random data from a thread-local RNG.
- get_
seeded_ rng - Returns a seeded random number generator using entropy.