Random X..y
generates a random number between low bound and high bound
Description
Generates a single random number between low bound (inclusive) and high bound (exclusive)
Inputs
- Control Flow (Control Flow)
- lower bound (Number)
- higher bound (Number)
Outputs
- Control Flow (Control Flow)
- random number (Number)