pub fn get_random_bytes(size: usize) -> Vec<u8>
Expand description

Return a vector of the given size filled with random bytes.