Random Number Generator - Generate Random Numbers
Generate random numbers within a specified range
How to use:
- Set the minimum and maximum values for the range
- Specify how many random numbers to generate
- Choose whether to allow duplicate numbers
- Select output format: one per line (for lottery) or comma-separated (for display)
- Click "Generate Numbers"
Note: If duplicates are not allowed, the count cannot exceed the range size.