pub fn random_array<const N: usize>() -> [u8; N]
Generate a random array. PANICS if randomness generation fails.