fill_bytes

Function fill_bytes 

Source
pub fn fill_bytes(dest: &mut [u8]) -> Result<(), RngError>
Expand description

Fill the provided buffer with random bytes.