@ethereumjs/util / randomBytes
randomBytes(
length
):Uint8Array
Defined in: packages/util/src/bytes.ts:419
Generates a Uint8Array of random bytes of specified length.
number
The length of the Uint8Array.
Uint8Array
A Uint8Array of random bytes of specified length.