Struct rand::GeneratorExperimental
[-]
[+]
[src]
pub struct Generator<'a, T, R: 'a> {
// some fields omitted
}Iterator which will generate a stream of random items.
This iterator is created via the gen_iter method on Rng.