Random number
Creates random value(s) between 0 and 1.
Inputs
-
use seed
- Sets whether to use a seed or not.
-
seed
- The seed of the created random value when use seed is set to
true
.
- The seed of the created random value when use seed is set to
-
#
- The number of random values that are created.
Outputs
-
result
- The created random value.
-
result list
- The list of created random values.
Note(s)
-
If the use seed input is set to
false
, a new random value will be created each time the node is computed. -
Other names for this node include: RandomFloat, Float, and Rand.