What is a Random Number Generator?
Generate random integers within a minimum and maximum range. Create a single number or multiple numbers, and choose whether repeats are allowed.
How to Generate Random Numbers
Follow these steps:
- Enter the minimum and maximum values.
- Choose how many numbers to generate.
- Check or uncheck 'Allow repeats'.
- Click generate to get your random numbers.
Tips
- Use non-repeating numbers for raffles, draws, and unbiased sampling.
- For cryptographic security, use the password generator instead.
- The generator safely handles values in the billions.