Random Number Generator

Generate random numbers in any range. Choose count, minimum, maximum, allow duplicates, and sort the output. Uses the Web Crypto API for cryptographic randomness.

Frequently Asked Questions

Are the numbers truly random?
Yes. Uses the Web Crypto API's getRandomValues for cryptographically secure randomness.
Can I generate multiple numbers?
Yes. Generate up to 1000 random numbers at once.