1
2
3
4
5
6
7
8
9
pub mod rand;

#[macro_use]
pub mod num;

pub use rand::{Rand, Style, JumpStyle};
pub use rand::base::{get_sys_seed, refresh_sys_seed};
pub use num::RandTrait;
pub use num::randomize;