pub struct RngMock<const N: usize>(pub [u32; N]);
Expand description
A random generator for mocking. This generates the number from the array in rotation.
Tuple Fields§
§0: [u32; N]
pub struct RngMock<const N: usize>(pub [u32; N]);
A random generator for mocking. This generates the number from the array in rotation.
0: [u32; N]