Skip to main content

random_bytes

Function random_bytes 

Source
pub fn random_bytes(buf: &mut [u8])
Expand description

Fill a buffer with pseudo-random bytes (xorshift64, not cryptographic).