Skip to main content

Lottery number picker

Pick unique lottery-style numbers from a range — presets like 6 from 1–49, in your browser.

Tool workspace

Pick unique numbers from a range in your browser. Optional presets such as 6 from 1–49. Entertainment only — not affiliated with any official lottery. Nothing is sent to our servers.

Presets

1–100 unique numbers (cannot exceed the range size).

Inclusive range; each bound 0–9999.

Result

Recent picks

How it works

Set how many numbers to pick and the inclusive min/max range, or choose a preset (e.g. 6 from 1–49). Press Pick.

Randomness (v1):
• Draws unique integers without replacement from min–max
• Results are shown sorted ascending
• Prefers the Web Crypto API (crypto.getRandomValues) for unbiased integers
• Falls back to Math.random when Web Crypto is unavailable
• Optional recent history keeps the last 10 picks in your browser session only

Press Clear to reset the result and history. Copy pastes the sorted numbers. Respects prefers-reduced-motion (skips the short pick animation).

Entertainment only — not affiliated with any official lottery, not gambling advice, and not a cryptographic randomness audit. Outcomes stay in your browser; nothing is uploaded.

Examples

  • 6 from 1–49 → six unique sorted numbers
  • 5 from 1–50 → five unique sorted numbers
  • Custom 10 from 0–99 → ten unique sorted numbers
  • Clear → empty result and history

Privacy

Privacy: picks run locally in your browser. We do not log or store outcomes. Login is not required. Entertainment only — not affiliated with official lotteries and not gambling advice.

FAQ

Is this an official lottery?

No. This is an entertainment picker only. It is not affiliated with any official lottery and does not sell tickets or report real draws.

Are the numbers unique and fair?

Yes for everyday fun. Each pick draws unique numbers without replacement from your range. When Web Crypto is available, the tool uses crypto.getRandomValues; older environments fall back to Math.random. Results are sorted ascending for reading.

What ranges are supported?

Count from 1 to 100, and min/max each from 0 to 9999 (inclusive). Count cannot exceed the size of the range. Presets include 6 from 1–49 and 5 from 1–50.

Are my picks saved on a server?

No. Recent picks stay in your browser session only and clear when you leave or press Clear. We do not log outcomes.

Do I need an account?

No. All published tools work for guests without login.