random_bytes

Function random_bytes 

Source
pub fn random_bytes(size: usize) -> Result<Vec<u8>, RngError>
Expand description

Produce random bytes using the shared RNG.