Simple Version
Quickly generate a single random integer within a specified minimum and maximum range.
Advanced Version
- Generate Sets: Create a list of multiple random numbers at once.
- Range: Define the lower and upper bounds for your numbers.
- Duplicates: Choose whether the same number can appear more than once in your set.
- Sorting: Automatically sort your results in ascending or descending order.