Random Number Generator

Generate random numbers with custom range, quantity, uniqueness, and sorting options.

About Random Number Generation

This generator uses the browser's built-in Math.random() function, which produces pseudo-random numbers suitable for most general purposes. For cryptographic or security-sensitive applications, consider using the Web Crypto API (crypto.getRandomValues). Generated numbers are uniformly distributed within the specified range.