1
2
3
4
5
mod rand;
mod source;
mod thread;

pub use thread::{seed, i32, u32, i64, u64};