Random Integer In Range
Purpose of the Node
Section titled “Purpose of the Node”The Random Integer In Range node generates a random integer within a specified range defined by the “Min” and “Max” input pins.
The node has two input pins for the range and one output pin for the generated random integer.
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Min | The minimum value of the range (inclusive) | Integer | Integer |
Max | The maximum value of the range (inclusive) | Integer | Integer |
Random Integer | The generated random integer within the specified range | Integer | Integer |