Numbers are picked using your browser's crypto.getRandomValues - the same cryptographically secure source used for password generation. Each number is equally likely; no number is "due" or "overdue".
Lottery Number Generator Online
Pick your lottery format from the dropdown - Powerball, Mega Millions, EuroMillions, UK 49s, Lotto 6/49, Oz Lotto, or a custom range - then click Generate to get your tickets.
Numbers are drawn using your browser's crypto.getRandomValues. Each ball has exactly the same chance of being picked. You can generate up to 10 tickets at once.
Main-draw balls appear in red and bonus or Powerball numbers appear in blue. Everything runs in your browser - your numbers are never sent to any server.
How to use
Select the lottery format, choose how many tickets you need, and press Generate Lucky Numbers. For a non-standard game, choose Custom range and set the minimum, maximum, and ball count yourself.
Supported lotteries
Powerball (5/69 + 1/26), Mega Millions (5/70 + 1/25), EuroMillions (5/50 + 2/12), UK 49s (6/49), Canada Lotto 6/49, Oz Lotto (7/47), and any custom range.
Frequently Asked Questions
Are the numbers truly random?
Yes. The generator uses crypto.getRandomValues, the same cryptographic source browsers use for password generation. Numbers are drawn with rejection sampling so every value in the range has exactly the same probability - there is no modulo bias.
Does the generator save my numbers or send them to a server?
No. All processing happens in your browser. Your numbers are never sent to any server, and they are not stored beyond the current page session. Refreshing the page clears the results.
Can I use a custom lottery format?
Yes. Choose "Custom range" from the lottery type dropdown, then set your own minimum number, maximum number, and how many balls to pick per ticket. This covers any raffle, local lottery, or classroom draw.
How many tickets can I generate at once?
You can generate 1, 2, 3, 5, or 10 tickets per click. Each ticket is drawn independently, so the same number can appear in different tickets but never twice within the same ticket.