1
2
3
4
5
pub mod rand;
pub mod nrand;

pub use rand::{Rand, Style, RAND_MAX, RandBasic};
pub use nrand::NRand;