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