Struct rand::Generator [] [src]

pub struct Generator<'a, T, R> where
    R: 'a, 
{ /* fields omitted */ }

Iterator which will generate a stream of random items.

This iterator is created via the gen_iter method on Rng.

Trait Implementations

impl<'a, T, R> Debug for Generator<'a, T, R> where
    R: 'a + Debug,
    T: Debug
[src]

[src]

impl<'a, T, R> Iterator for Generator<'a, T, R> where
    R: Rng,
    T: Rand
[src]

[src]