Random Number Generator

How to Use

  1. Set the Min and Max values to define your range
  2. Enter how many random numbers you want to generate (1–100)
  3. Toggle "Unique numbers only" to prevent duplicates
  4. Click Generate to produce the results
  5. Click Copy All to copy all numbers to your clipboard

Frequently Asked Questions

Are the numbers truly random?

The generator uses the browser's built-in cryptographically secure random number function (crypto.getRandomValues), making the results unpredictable and unbiased.

Can I generate negative numbers?

Yes. Set a negative Min value (e.g. -100) and a Max value to generate numbers in a negative or mixed range.

What is the maximum count I can generate?

You can generate up to 100 numbers at a time. For unique numbers, the count cannot exceed the size of the specified range.