Module std::rand::readerDeprecated [-] [+] [src]

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

Structs

ReaderRng

An RNG that reads random bytes straight from a Reader. This will work best with an infinite reader, but this is not required.