Trait random::Random [] [src]

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

Required Methods

Implementors