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

  • ci64.png upper bound (100)

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

  • ci64.png lower bound (-100)

    lower bound specifies the lower limit of the range. The default is -100.

  • ii64.png number

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

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