rand
0.8.5
Module read
Structs
In rand::rngs::adapter
Module
rand
::
rngs
::
adapter
::
read
Copy item path
source
·
[
−
]
Expand description
A wrapper around any Read to treat it as an RNG.
Structs
§
ReadError
Deprecated
ReadRng
error type
ReadRng
Deprecated
An RNG that reads random bytes straight from any type supporting
std::io::Read
, for example files.