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