security.RandomGenerator methods

Methods of the security.RandomGenerator class.

Table 1. Class methods
Name Description
security.RandomGenerator.CreateRandomNumber()
  RETURNING result BIGINT
Generates a 8-byte strong random number.
security.RandomGenerator.CreateRandomString(
   size INTEGER )
  RETURNING result STRING
Creates a random base64 string.
security.RandomGenerator.CreateUUIDString()
  RETURNING result STRING
Creates a new universal unique identifier (UUID).