Random Number Generator
Random Number Generator produces random whole numbers within a range you set — one or many at a time, optionally all unique — using your browser's secure crypto API.
Last updated: July 2026
Generate random numbers in any range, with optional uniqueness, using the secure Web Crypto API. Free, instant, in-browser.
Loading tool…
How to use Random Number Generator
- Set the minimum and maximum.
- Choose how many numbers and whether they must be unique.
- Generate and copy.
Frequently asked questions
Are the numbers truly random?
They use the cryptographically-secure Web Crypto API, far better than typical pseudo-random functions.
Can I generate unique numbers?
Yes — enable “unique” to draw without repeats (like a lottery draw).
Is it private?
Yes, generation runs entirely in your browser.
Related developer tools
UUID Generator
Generate random v4 UUIDs (GUIDs) in bulk and copy them with one click. Free, instant and fully in-browser using the secure crypto API.
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text instantly. Free, private, in-browser — supports full Unicode (UTF-8).
JSON Formatter & Validator
Format, beautify, minify and validate JSON instantly. Free, private, in-browser JSON formatter with clear error messages.
QR Code Generator
Generate a QR code from any text, link, email or phone number and download it as a PNG. Free, instant and fully in-browser.