Trait unkocrypto_rs::IntRng[][src]

pub trait IntRng {
    fn next_int(&mut self) -> i32;
}

Required methods

Implementors