random_hexBinary
    The following is a list of properties for the function random_hexBinary:
| Property | Value | 
|---|---|
brief | Generate random octets (hexBinary) | 
category | random | 
dataTypeMethod | false | 
description | This returns a specified number of random octets as dataType hexBinary. | 
functionId | random_hexBinary | 
functionLabel | random_hexBinary | 
parameters | [ { "dataType": "integer", "description": "The number of random octets to generate.", "name": "numberOfOctets" } ] | 
returns | { "dataType": "hexBinary" } |