random_dir_name

Function random_dir_name 

Source
pub fn random_dir_name(prefix: &str, seed: Option<u64>) -> String
Expand description

Generates a random name with prefix and a random number generated from seed. If seed is None, a random number from_entropy is used.