Function random_bytes

Source
pub fn random_bytes(n: usize) -> Vec<u8> 
Expand description

Returns a vector of size n, filled with randomly generated bytes.