Trait RngExt

Source
pub trait RngExt {
    // Required method
    fn init(self) -> Rng;
}

Required Methods§

Source

fn init(self) -> Rng

Implementors§