Random Number Generator
Generate cryptographically secure random numbers in any range. Integers or decimals, with or without duplicates.
Your files never leave your device
How to Random Number Generator
- Set the minimum and maximum values for your range.
- Choose how many numbers to generate (1 to 10,000).
- Toggle integer-only, allow/disallow duplicates, or sort the results.
- Click Generate and copy the results.
Why Use This Tool?
From lotteries and statistical sampling to game development and security testing, truly random numbers are essential. This generator uses the browser's crypto.getRandomValues() for cryptographic-quality randomness — far better than Math.random().