Trait ark_ff::UniformRand[][src]

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

Required methods

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

Loading content...

Implementors

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

Loading content...