Function vmm_sys_util::rand::rand_alphanumerics[][src]

pub fn rand_alphanumerics(len: usize) -> OsString
Expand description

Gets a pseudo random OsString of length len with characters in the range [a-zA-Z0-9].