macro_rules! rand_choose {
($rng:expr, $values:expr) => { ... };
}
Expand description
Generate a random element from a slice of values using the provided
Random (VRD)
struct
macro_rules! rand_choose {
($rng:expr, $values:expr) => { ... };
}
Generate a random element from a slice of values using the provided
Random (VRD)
struct