The RandomGenerator class / security.RandomGenerator methods |
Generates a 8-byte strong random number.
security.RandomGenerator.CreateRandomNumber() RETURNING result BIGINT
Generates a 8-byte strong random number and returns it as a BIGINT.
The generated number can then be used for advanced cryptographic features.
Throws an exception in case of errors, and updates STATUS with an error code.