pub fn generate_random(bytes_to_generate: Option<u32>) -> StringExpand description
Generates a random string using rand::thread_rng. You can pass in the bytes to generates
pub fn generate_random(bytes_to_generate: Option<u32>) -> StringGenerates a random string using rand::thread_rng. You can pass in the bytes to generates