get_random_bytes

Function get_random_bytes 

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

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