Random Number Generator
Generate cryptographically strong random numbers in any range — integers or decimals, with options for how many, unique values, and sorted output.
How to use Random Number Generator
- Set the minimum, maximum, and how many to generate.
- Choose integers or decimals and any options.
- Click Generate and copy the results.
Frequently asked questions
- Is the randomness secure?
- Yes — it uses the browser’s crypto.getRandomValues with rejection sampling to avoid modulo bias, so the numbers are unbiased and unpredictable.