Module rand::read [−][src]
A wrapper around any Read to treat it as an RNG.
Re-exports
use std::io; |
use std::io::Read; |
use std::mem; |
use Rng; |
Structs
ReadRng |
An RNG that reads random bytes straight from a |
Functions
fill |