rand

Macro trace

Source
macro_rules! trace {
    ($($x:tt)*) => { ... };
}