RandomSource

Trait RandomSource 

Source
pub trait RandomSource: Send + Sync {
    // Required method
    fn get_random_u32(&mut self) -> u32;
}

Required Methods§

Source

fn get_random_u32(&mut self) -> u32

Implementors§