macro_rules! rand_char {
($rng:expr) => { ... };
}Expand description
Generate a random char within the range ‘a’..=‘z’ using the provided
Random (VRD) struct
macro_rules! rand_char {
($rng:expr) => { ... };
}Generate a random char within the range ‘a’..=‘z’ using the provided
Random (VRD) struct