Generate random numbers within a specified range. Choose how many numbers to generate and whether duplicates are allowed. Useful for simulations, games, sampling, and statistical analysis.
Generate random numbers within a specified range. Choose how many numbers to generate and whether duplicates are allowed. Useful for simulations, games, sampling, and statistical analysis.
The lower bound of the range.
The upper bound of the range.
Number of random values to generate (1-1000).
The random number generator produces uniformly distributed random values in the range [min, max]. When duplicates are disallowed, it samples without replacement from the integer range. When duplicates are allowed, each draw is independent.
How this calculator works
The random number generator produces uniformly distributed random values in the range [min, max]. When duplicates are disallowed, it samples without replacement from the integer range. When duplicates are allowed, each draw is independent.
Common questions about this calculator