Rand

Trait Rand 

Source
pub trait Rand {
    // Required method
    fn next(&mut self) -> f64;
}

Required Methods§

Source

fn next(&mut self) -> f64

Implementors§