define_rng

Macro define_rng 

Source
macro_rules! define_rng {
    ($random_id:ident) => { ... };
}
Expand description

Use this to define a unique type which will be used as a key to retrieve
an independent rng instance when calling Context::get_rng.