Random Int

Node description and basic instructions

Description

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.

Fields

NameDescription

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.

Last updated