pub fn rng_random_data( rng: &mut impl RandomNumberGenerator, size: usize, ) -> Vec<u8> ⓘ
Returns a vector of random bytes of the given size.