pub fn random_array<L: ArrayLength<u8>>() -> GenericArray<u8, L>
Allocates GenericArray of the given size and fills it with random bytes
GenericArray