random_digits
    The following is a list of properties for the function random_digits:
| Property | Value | 
|---|---|
brief | Generate random decimal digits | 
category | random | 
dataTypeMethod | false | 
description | Generate a string containing a specified number of random decimal digits. | 
functionId | random_digits | 
functionLabel | random_digits | 
parameters | [ { "dataType": "integer", "description": "The number (1-18) of digits to generate.", "name": "numberOfDigits" } ] | 
returns | { "dataType": "string" } |