Random Number Generator

Set a minimum and maximum value and generate a random number instantly — perfect for games, raffles, decisions and picking a winner.

Your files are processed locally in your browser. They are not uploaded to our servers.

How to use

  1. Enter a minimum value.
  2. Enter a maximum value.
  3. Click Generate to get a random whole number in that range.

What is this tool?

Random Number Generator picks a random whole number between the minimum and maximum you set, both included. It runs entirely in your browser using JavaScript's random number generator — nothing is sent to a server, and every click gives you a fresh, independent result.

Common uses

  • Picking a winner for a raffle or giveaway
  • Choosing a random number for games and icebreakers
  • Assigning random IDs or lottery-style numbers
  • Settling a decision when a coin flip isn't enough options

Related tools

FAQ

Can I use negative numbers?

Yes — the minimum can be any whole number, including negative values, as long as it's less than or equal to the maximum.

Is the result truly random?

It uses your browser's built-in random number generator, which is suitable for games, raffles and everyday decisions.

Can the same number appear twice in a row?

Yes. Each click is an independent draw, so repeats are possible, just like rolling a die twice.