Lottery Number Generator
Generate a set of unique random numbers within a range (e.g. 1–49 pick 6). Numbers are sorted. For entertainment only; random numbers do not improve lottery odds.
Generate numbers
Set range and count, then click Generate.
How it works
We draw unique random numbers from the range (inclusive) until we have the requested count, then sort them. If “pick” is larger than the range size, we return all numbers in the range in random order.
When to use it
Use for fun or to quickly get a random set of numbers. Not a strategy for winning any lottery.
Frequently asked questions
- Does this increase my chances? No. Every combination has the same probability. This is just a convenient way to pick numbers at random.