Trait ark_std::UniformRand[][src]

pub trait UniformRand: Sized {
    fn rand<R: Rng + ?Sized>(rng: &mut R) -> Self;
}

Required methods

fn rand<R: Rng + ?Sized>(rng: &mut R) -> Self[src]

Loading content...

Implementors

impl<T> UniformRand for T where
    Standard: Distribution<T>, 
[src]

Loading content...