Creates a Uint8Array of random data with a fixed seed. This is useful for reproducible testing.
The number of bytes to generate
A Uint8Array of pseudo-random bytes
Creates a Uint8Array of random data with a fixed seed. This is useful for reproducible testing.