Trait peroxide::statistics::rand::RNG

source ·
pub trait RNG {
    fn sample(&self, n: usize) -> Vec<f64> ;
}

Required Methods§

Implementors§