security.RandomGenerator.CreateRandomNumber

Generates a 8-byte strong random number.

Syntax

security.RandomGenerator.CreateRandomNumber()
  RETURNING result BIGINT
  1. result is a random big integer.

Usage

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.