RandomNr

About

About Random Nr

A set of fast random generators that run entirely in your browser, with no accounts, no uploads and no clutter around the tool.

How randomness works here

Every tool draws from the Web Crypto random source your browser provides, which is seeded by the operating system from real world entropy. Values are mapped into your chosen range with rejection sampling, so no number is slightly more likely than another because of rounding.

That is a pseudo random generator with a strong seed rather than a hardware device reading atmospheric noise. For draws, games, sampling and teaching it behaves the way a fair physical device would. If you need repeatable output instead, the seeded generator gives the same sequence for the same seed.

Design principles

Privacy

Nothing you type is sent to a server. Ranges, lists and results stay on your device, which also means the tools keep working if your connection drops after the page has loaded.

Contact

Suggestions for a generator that is missing are welcome. Add a contact address here before launch.

Back to all random generators.