Lottery Number Generator

Pick the highest ball number in the pool and how many distinct numbers you want. Generate produces a sorted line with no duplicates—useful for office pools or practice grids, not official draws.

Lottery Number Generator

How it works

We build the list 1 … max, shuffle it with random swaps (Fisher–Yates), then take the first count entries and sort them for reading. Count cannot exceed max.

Use this tool for

  • Office raffle or football-square style picks.
  • Teaching combinations without replacement.
  • Quick mock lottery rows in spreadsheets or slides.

Common questions

Does Lottery Number Generator cover every edge case for Lottery Number?

Count cannot exceed the pool maximum; duplicates are avoided by construction. For real games, follow official draw rules.

Can I use Lottery Number Generator offline?

Yes—after the page loads once, the tool works without sending your entries to our servers.