pub fn fill_random(buf: &mut [u8])
Fill buf with cryptographically secure random bytes.
buf
Panics if the OS RNG is unavailable (this should never happen in practice).