Random Int
Node description and basic instructions
Last updated
Node description and basic instructions
Last updated
Generate random int value at given [min-max] range and store result in key.
To create it, right-click in the editor and select Create Node/Tasks/Math/Random Int
This task node has a number of fields, that are highlighted in picture below.
Name | Description |
---|---|
Node Name | Name of node. |
Ignore About Self | Whether node ignores abort self or not. |
Min | Minimum int value (Inclusive). |
Max | Maximum int value (Inclusive). |
Stored Result | Key to store generated random int value. |