Trait ark_std::UniformRand

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

Required Methods§

Implementors§