random

Macro random 

Source
macro_rules! random {
    ($($x:expr),* $(,)?) => { ... };
}