Trait epir::Rng[][src]

pub trait Rng {
    fn next(&mut self) -> Scalar;
}

Required methods

Implementors