Function gen_seed_string

Source
pub fn gen_seed_string(length: usize) -> String
Expand description

Generate a new alphanumeric truly random seed.

length: The number of ASCII characters to return.