random
    The following is a list of functions in the category random
| Function | Description | 
|---|---|
| random_base64Binary | This returns a specified number of random octets as dataType base64Binary. | 
| random_digits | Generate a string containing a specified number of random decimal digits. | 
| random_hexBinary | This returns a specified number of random octets as dataType hexBinary. | 
| random_integer | This returns a random integer between specified values inclusive. | 
| random_number | This returns a random double between specified values |