Skip to main content

copy_randombytes

Function copy_randombytes 

Source
pub fn copy_randombytes(dest: &mut [u8])
Expand description

Provides random data up to length of data from the OS’s random number generator.

§Panics

Panics if the operating system’s random number generator fails.