pub fn randombytes_into(buf: &mut [u8])
Expand description

Fill the given buffer with random bytes. This function is guaranteed to be thread safe and cryptographically secure. In other words, it’s fine to use this for generating passwords, key material, etc.