Random Number Generator

Generate a random number within a range.

Last updated: 12 Aug 2026

Quick answer

Set a minimum and maximum, and this tool picks a random whole number in that range (inclusive) — useful for draws, games and picking winners. For example, 1 to 100 might return 47. It runs in your browser.

Generate a random number within any range — for lucky draws, games, giveaways and decisions. The range is inclusive of both ends.

How to generate a random number

  1. 1 Enter the minimum and maximum.
  2. 2 Tap Generate.
  3. 3 A random number in the range appears instantly.

Frequently asked questions

Is the number truly random?
It uses your browser's built-in random function, which is suitable for everyday draws and games (not cryptographic use).
Is the range inclusive?
Yes — both the minimum and maximum can be returned.
Can I use it for a lucky draw?
Yes — set the range to your number of entries and generate a winner.

Related checkers