security.RandomGenerator methods

Methods of the security.RandomGenerator class.

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