The CREATE command generates a random number. The encoded random value is returned in the command message response field.
Syntax:
Command
Keyword
Value
Developer notes
CREATE
RANDOM
integer
Required: Numeric byte size of random.
ENCODING
*HEX
Optional. String encoding of generated random bytes.Default is *HEX
*BASE32
*BASE64
Example
CREATE RANDOM(20) ENCODING(*BASE32)