Action group: Base actions, subgroup: General
The action returns random number
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Minimum | The smallest possible value | Numeric | -18 | No |
Maximum | The largest possible value | Numeric | 56 | No |
Integer? | If the parameter value is true, then an integer will be generated. Otherwise - any real number in the range [Minimum, Maximum] | Boolean | true | No |
Results | ||||
Result | Generated random number | Numeric |
None.
Generate a random integer from -100 to 50 and display the result in a dialog box.
Use the "Generate random number" and "Show message" actions.
The program robot completed successfully.
A dialog box with a randomly generated number is displayed.