pub trait RandBuf<T> {
    fn rand(&mut self, lo: T, hi: T);
}

Required Methods

Implementations on Foreign Types

Implementors