Skip to main content
The Random Number action first generates a pseudorandom decimal from Min inclusive up to Max exclusive. Whole-number mode floors that value.

Inputs

Outputs

With integer boundaries Min 1, Max 7, and whole numbers enabled, the possible outputs are 1 through 6.
This action uses general-purpose pseudorandom selection. It is not suitable for security-sensitive tokens, secrets, or cryptographic use.
Whole-number mode uses floor rather than choosing integers from adjusted bounds. A fractional minimum can therefore produce a whole number below that minimum; for example, values starting at 1.5 can floor to 1.
Use Min less than Max. Reversing the range changes the arithmetic and, with whole numbers enabled, can produce values outside the intuitive bounds.