pub fn generate_random_string(length: u16) -> String
Generate a random string of a particular length that only contains letters and numbers.
length The length of the generated string.
length
Returns the generated string.