Expand description
Wrappers / adapters forming RNGs
Modules§
- read 🔒A wrapper around any Read to treat it as an RNG.
- A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.
Structs§
- Read
Error Deprecated ReadRng
error type - ReadRng
Deprecated An RNG that reads random bytes straight from any type supportingstd::io::Read
, for example files. - A wrapper around any PRNG that implements
BlockRngCore
, that adds the ability to reseed it.