RandomDecisionGeneratorAll tools →

Random Number Generator

Pick a random integer between any min and max.

Pick a random integer between any min and max.

How it works

  • Set a min and max, then tap Generate. The tool picks an integer in that range, inclusive at both ends.
  • Each generation is independent — no memory of previous picks.
  • Range can be any integer between roughly ±9 quadrillion. Negative ranges work too.

Why use this tool

  • No setup. Faster than opening a calculator app.
  • No tracking — the picker runs in your browser, nothing is sent to a server.
  • The result is shareable, so a draw or raffle is auditable after the fact.

When to use it

  • Drawing names — pick a row in a spreadsheet, or a number on a list.
  • Tabletop games — substitute for dice.
  • Random page in a book, random track on a playlist, random song on shuffle.

FAQ

Can I set my own min and max?

Yes. Edit the min and max fields, then generate. The values stay between reloads if your browser allows it.

Are the numbers truly random?

They use your browser’s built-in pseudo-random generator. It’s not cryptographic-grade, but it’s fair enough for everyday use — picking winners, deciding orders, rolling for a number.

What’s the max range?

Anything that fits in a safe JavaScript integer (roughly ±9 × 10¹⁵). For practical use, billions are fine.

Related tools

Browse by category