pub trait SecureRandom { fn fill(&mut self, dest: &mut [u8]); }
A secure random number generator.
Fills dest with random bytes.
dest