DBL
- Updated2023-02-17
- 2 minute(s) read
DBL
Generates a random value from a specified range.
This node returns a value greater than or equal to lower bound and less than upper bound. If upper bound is less than or equal to lower bound, this node returns lower bound.
Inputs/Outputs

upper bound
The upper limit of the range.
Default value: 100

lower bound
The lower limit of the range.
Default value: 0

number
A random number greater than or equal to lower bound and less than upper bound.