Lottery Number Generator

Pick a range (e.g. 1–49) and how many numbers (e.g. 6). Get random unique numbers. For entertainment only.

Lottery Number Generator

How it works

We shuffle the range (Fisher-Yates) and take the first N, or draw without replacement using crypto randomness.

When to use it

Use for fun, office pools, or random picks. Does not predict winning numbers.

Frequently asked questions

Can I get duplicates?

No. We draw without replacement so all numbers are unique.