When to use Random Number Generator
Your team has fifteen names in a hat for the holiday gift exchange and you want the draw to be provably fair — not "I promise I shuffled." Set a range, toggle unique results so no number repeats, generate, and share the screen. The generator uses crypto.getRandomValues, pulling entropy directly from the operating system rather than a software algorithm that cycles predictably, so each result is cryptographically random. Set the minimum to 1, the maximum to 100, generate five unique numbers, and you have a lottery draw no one can question. Or set the range to match a spreadsheet row count and pick a random sample for a survey. Results appear in order or sorted ascending and descending. Everything runs in the browser tab — no server, no log of what you generated.
- Draw raffle winners from a list of ticket numbers
- Pick a random row from a spreadsheet for a user interview
- Assign secret gift exchange numbers to a team of fifteen