ToolsDoc

Random Number Calculator

Generate a random whole number in a range.

Random number84

Worth Knowing

This draws a whole number uniformly from your chosen range, meaning every value is equally likely. Two caveats worth knowing: the output is pseudo-random — generated by a deterministic algorithm that only appears random — so it's fine for games, sampling, and picking winners but not for cryptography, which needs a hardware entropy source. Also, 'random' genuinely allows repeats and streaks; expecting an even spread over just a few draws is a common misjudgment.

How to Use

  1. Enter Minimum into the first field of the Random Number Calculator.
  2. Fill in the rest: Maximum.
  3. Your result appears instantly as you type — there's no submit button or page reload.

Frequently Asked Questions