secureRandomBytes
Generates cryptographically secure random bytes.
Return
a ByteArray of the specified size filled with secure random bytes.
Parameters
size
the number of random bytes to generate.
Generates cryptographically secure random bytes.
a ByteArray of the specified size filled with secure random bytes.
the number of random bytes to generate.