| The security package / The RandomGenerator class | |
Methods of the security.RandomGenerator class.
| 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). |