Skip to main content

random_bytes

Function random_bytes 

Source
pub fn random_bytes(n: usize) -> Vec<u8> 
Available on crate features test_utils only.
Expand description

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