[][src]Module rand::rngs::adapter::read

A wrapper around any Read to treat it as an RNG.

Structs

ReadRng

An RNG that reads random bytes straight from any type supporting std::io::Read, for example files.