Searched refs:rand_bytes_impl (Results 1 – 1 of 1) sorted by relevance
82 fn rand_bytes_impl(rand_fn: &dyn Fn() -> u32, len: usize) -> Vec<u8> { in rand_bytes_impl() function100 rand_bytes_impl(&xor_pseudo_rng_u32, len) in rand_bytes()165 let s = rand_bytes_impl(&|| 1234567, 4); in test_rand_bytes_impl()