Random Number Generator
Enter a from-to range and draw a fair random number - no rounding bias, via cryptographic randomness right in your browser.
Verifiably fair: The draw uses your browser's cryptographic random generator (crypto.getRandomValues) instead of a simple pseudo-random one - the same mechanism encryption relies on. Every possible outcome is exactly as likely as the weights say, with no bias from rounding. Everything runs locally in your browser; there is no server that could influence or manipulate the result.
In 3 steps
- Enter the "from" and "to" values.
- Draw a random number.
- See the result, and draw again if needed.
History
No result yet.
Everything stays on your device: no account, no server, exportable and deletable at any time.
Is my file uploaded?
No. Everything runs in your browser - your file never leaves your device. How this is verifiable