Macro rand::debug

source ยท
macro_rules! debug {
    ($($x:tt)*) => { ... };
}