Trait RngExt

Source
pub trait RngExt {
    // Required method
    fn constrain(self, cfg: Config, rcc: &mut Rcc) -> Rng ;
}

Required Methods§

Source

fn constrain(self, cfg: Config, rcc: &mut Rcc) -> Rng

Implementors§