macro_rules! rand_char {
    ($rng:expr) => { ... };
}
Expand description

Generate a random char within the range ‘a’..=‘z’ using the provided Random (VRD) struct