Random Number Generator
Set a minimum and maximum and pull as many random numbers as you need in seconds.
--
Numbers use the browser's cryptographic random source when available. Each draw is independent, so results can repeat.
Why use this random number generator?
Random draws help whenever decisions must stay neutral—think raffles, dice replacements, or picking teams without bias.
Teachers, event hosts, and developers can quickly build sequences for seat assignments, giveaways, testing data, and brainstorming prompts.
Because the generator runs entirely in your browser, the results stay private and are ready again the moment you reopen the page.