Random Number Generator

Generate random numbers within a range. You can specify how many numbers to generate, whether duplicates are allowed, and any numbers to exclude.

Minimum value

Maximum value

How many numbers

About Random Number Generator

The random number generator creates a list of random integers between the minimum and maximum values you specify. You can control how many numbers to generate, whether duplicates are allowed, and any numbers that should be excluded.

Such tools are useful in simulations, sampling, games, and anywhere you need random values. For example, you can simulate dice rolls or pick random winners from a range of participant numbers.