RandomGenerator

Trait RandomGenerator 

Source
pub trait RandomGenerator {
    // Required method
    fn next_random(&mut self) -> usize;
}

Required Methods§

Source

fn next_random(&mut self) -> usize

Implementors§