Generates a random sequence of bytes securely using Node.js's crypto module.
The number of bytes to generate.
A Uint8Array containing the generated random bytes.
Generates a random sequence of bytes securely using Node.js's crypto module.