Trait diehardest::Random [] [src]

pub trait Random {
    fn get_random(&mut self) -> u64;
}

A random number generator.

Required Methods

Get a random number.

Implementors