Macro rng

Source
macro_rules! rng {
    ($x:expr, $y:expr) => { ... };
}