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.
Enter your values below
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