Random Number Generator
Pick one or many random whole numbers within a range you choose, with options for uniqueness and sorting.
Random Number Generator
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
Set a minimum and maximum and choose how many numbers you want. Each result is a whole number picked uniformly at random from your range, so every value between the bounds is equally likely. If you enter the minimum and maximum the wrong way round, the tool swaps them for you.
Leave Allow duplicates ticked for independent draws (like rolling the same die repeatedly). Untick it to draw without replacement, so every number in the output is unique — ideal for lottery-style picks or assigning distinct slots. In that mode the tool won't let you request more numbers than the range can supply. Turn on Sort results to receive the numbers in ascending order.
Results appear as a comma-separated list you can copy with one click. Randomness comes from your browser's built-in generator and everything runs locally, so no draw is recorded or predictable to anyone else. For high-stakes or cryptographic use, prefer a dedicated secure generator.