Random Number Generator

Generate random whole numbers in any range, in any quantity, with or without duplicates. Copy results to the clipboard with one click.

Inputs

Results

Results
Click Generate

About the Random Number Generator

Random numbers are useful for raffles, sampling, picking winners, generating test data, and games. This generator runs entirely in your browser using the standard pseudorandom number generator built into JavaScript.

Set the minimum, maximum, and how many numbers you need. Toggle 'allow duplicates' off if you need a unique sample — useful for lotteries, picking team members, or any without-replacement selection.

Frequently asked questions

They use JavaScript's built-in Math.random(), which is a high-quality pseudorandom generator suitable for everyday use but not cryptographically secure.

More math calculators

Browse other categories