Expand description
A wrapper around any Read to treat it as an RNG.
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 Read to treat it as an RNG.
ReadRng
error typestd::io::Read
, for example files.