Generates a random value from a specified range. Wire data to the upper bound or lower bound input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • cdbl.png upper bound (100)

    upper bound specifies the upper limit of the range. The default is 100.

  • cdbl.png lower bound (0)

    lower bound specifies the lower limit of the range. The default is 0.

  • idbl.png number

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

    If upper bound is less than or equal to lower bound, this output returns lower bound.