pub trait Lucky {
    fn rng(&mut self) -> &mut SmallRng;
}

Required Methods

Implementors