pub trait RngExt {
    fn rng(self) -> Rng;
}

Required Methods

Implementations on Foreign Types

Implementors