pub fn new_random_arr<const N: usize>() -> [u8; N]
Expand description

Generates a new random array of a specified size.