pub fn fill(dest: &mut [u8]) -> Result<(), Unspecified>
Fills dest with random bytes.
dest
error::Unspecified if unable to fill dest.
error::Unspecified