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.

1378

Inputs/Outputs

datatype_icon

upper bound

The upper limit of the range.

Default value: 100

datatype_icon

lower bound

The lower limit of the range.

Default value: 0

datatype_icon

number

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