Follow us:

Random Number Generator

Generate a random whole number inside your selected range.

Minimum Maximum Instant result
Free calculator

Simple, fast and clear

Enter your values, review the result, and read the formula used so the calculation is easy to understand.

Random Number Generator

Use the fields below to calculate your result instantly.

Random number0

Random picker

Use it for simple draws, sample choices, classroom activities or quick number selection.

Formula used

Random number = floor(Math.random() x (maximum - minimum + 1)) + minimum. This returns a whole number inside the selected range.