rand_bytes

Function rand_bytes 

Source
pub fn rand_bytes(len: usize) -> Vec<u8> 
Expand description

Generates a Vec of random bytes with a given length.