Available on crate feature
std
only.Expand description
Wrappers / adapters forming RNGs
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.