Random Number Generator
Generate random numbers in any range.
About the Random Number Generator
This random number generator produces random integers within a range you define. Set the minimum and maximum values, choose how many numbers to generate (up to 1,000), and optionally allow or disallow duplicates, and sort the output in ascending order.
Common uses include picking lottery numbers, generating random samples for statistics, creating test data, assigning random numbers in games, choosing random participants for a prize draw, and any application where unbiased random integers are needed. The "no duplicates" option is useful when you need a random selection without repeats, such as randomly ordering a list of items.