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.
๐ Generated locally with the Web Crypto API.
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.