pub fn random_bytes(n: usize) -> Vec<u8> ⓘ
Generate n cryptographically secure random bytes from the OS CSPRNG. Used by secrets gen so a fresh credential never has to be printed.
n
secrets gen