pub fn random_bytes(size: usize) -> Result<Vec<u8>, RngError>
Produce random bytes using the shared RNG.