Lottery number picker
Pick unique lottery-style numbers from a range — presets like 6 from 1–49, in your browser.
Embed this tool
Copy the iframe code below to add this tool to your site. The embed loads Lottery number picker without ads.
Embed code copied to clipboard.
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.
1–100 unique numbers (cannot exceed the range size).
Inclusive range; each bound 0–9999.
Result
Recent picks
How it works
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
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.