ixa::random

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 .get_rng.