Trait random::Random [] [src]

pub trait Random: Sized {
    fn random<G: RandomGen>(g: &mut G) -> Self;
}

Required Methods

Implementors