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.
macro_rules! define_rng {
($random_id:ident) => { ... };
}Use this to define a unique type which will be used as a key to retrieve
an independent rng instance when calling .get_rng.