Random Float
Node description and basic instructions
Description
Generate random float 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 Float
This task node has a number of fields, that are highlighted in picture below.

Fields
Name
Description
Node Name
Name of node.
Ignore About Self
Whether node ignores abort self or not.
Min
Minimum float value (Inclusive).
Max
Maximum float value (Inclusive).
Stored Result
Key to store generated random float value.
Last updated