Trait UniformRand
Other items inark_std
pub trait UniformRand: Sized { fn rand<R: Rng + ?Sized>(rng: &mut R) -> Self; }
fn rand<R: Rng + ?Sized>(rng: &mut R) -> Self
impl<T> UniformRand for T where Standard: Distribution<T>,