Generate value between two values
		     This function generates a number randomly chosen between the
			user-defined minimum and maximum values.
	  
      | Option | Description | 
|---|---|
| Extra parameter | 
               This function requires an extra parameter.
                The minimum and maximum values are specified as an extra parameter, by a comma-separated list of two integers, for example: "1,10". If the
						user-defined minimum and maximum values do not use the right format, the
						function returns the following masked values: 
            
  | 
         
The masked value has been randomly selected within the minimum value (50) and the maximum value (99) defined as extra parameters.
| Input value | Extra parameter | Example of a masked value | 
|---|---|---|
| 24 | "50,99" | 93 |