Free · No signup · Nothing uploaded
Spin. Roll. Pick. Decide.
LuckPicker is a hub of free random generators and decision tools — a spinner wheel, dice, coin flips, name pickers, and team splitters — every result computed live in your browser with true cryptographic randomness, never uploaded anywhere.
Open the full spinner wheel to edit entries, save a share link, and go full screen.
Most-used tools
Spinner Wheel
Custom entries, colors, and a full-screen spin — the classic decision wheel.
Random Direction Generator
Pick a random compass direction — N, NE, E, SE, S, SW, W, NW.
Rock Paper Scissors
Play a fair round against a true-random opponent.
Random Name Picker
Paste a list of names and pick one fairly — great for classrooms and raffles.
Random Country Picker
Pick a random country from all 195 — for travel dreaming or trivia.
Random Animal Picker
Get a random animal from a curated real-species list.
Random Color Picker
Generate a random color with hex, RGB, and HSL values.
Raffle & Giveaway Picker
Paste your entrant list and draw a fair, verifiable winner — built for streamers.
Straw Picker
Draw straws online — one short straw, picked fairly, no favorites.
Yes or No Picker
A fair coin-weighted yes/no decision, instantly.
This or That Picker
Can't decide between two options? Let true randomness choose.
Random Letter Generator
Pick a random letter A-Z — for games, name generators, or classroom drills.
Browse by category
Pickers
Pick a name, a country, a color, a winner — fair selection from any list.
Numbers
Random numbers, PINs, passwords, dates, and times — any range, any count.
Dice & Coins
Coin flips, dice rolls, and the classic Magic 8-Ball.
Group Tools
Split into teams, shuffle an order, or run a Secret Santa draw.
Game Tools
The spinner wheel, direction picker, and rock-paper-scissors.
Why LuckPicker
Every tool on this site -- all 25 of them, from the spinner wheel to the Secret Santa generator -- runs entirely inside your browser. Nothing you type into a name picker, nothing you paste into a raffle list, and nothing you generate as a password ever gets sent to a server. There's no account to create because there's nothing to attach an account to; the randomness happens on your device, using your device's own cryptographic random number generator, and the result appears on your screen without ever leaving it.
That's not a minor technical detail -- it's the actual reason this site exists in the form it does. A lot of online random generators quietly reach for JavaScript's built-in Math.random(), a fast pseudo-random function that was never designed to resist prediction. It's fine for a lot of casual uses, but it's the wrong foundation for anything where fairness or privacy genuinely matters: a password generator built on it is measurably weaker than it needs to be, and a raffle draw built on it carries a small, real risk of statistical bias that a careful person could eventually notice. Every tool here uses crypto.getRandomValues instead -- the same class of cryptographically secure randomness source browsers use for generating encryption keys, specifically engineered so its output can't be predicted from previous draws.
The 25 tools aren't variations on one template with the noun swapped, either. A spinner wheel decides by drawing a random angle across a continuous 360-degree circle and checking which entry's arc contains it. A dice roller decides by rejection-sampling a random byte against however many faces the die has, correcting for the fact that most useful outcome counts -- 20 faces, 26 letters, an arbitrary number range -- don't divide evenly into the 256 possible values a single random byte can hold. A team generator or Secret Santa draw uses a full Fisher-Yates shuffle, the specific algorithm that guarantees every possible ordering of a list is equally likely, rather than a simpler shortcut that only looks shuffled. Each tool's fairness story is genuinely its own, grounded in its own mechanic -- which is worth knowing if you're the kind of person who wants to understand why a tool is fair, not just take a badge's word for it.
The tools are organized into five categories -- pickers, numbers, dice & coins, group tools, and game tools -- based on the kind of decision they solve, not just the topic. If you already know exactly which tool you need, the launcher grid below gets you there in one click. If you're not sure, browsing by category is the faster way to find the right fit, since each category hub explains how its member tools differ and when to reach for which one.
Nothing here requires payment to use. A small optional custom wheel pack and a support-us page exist for people who want to contribute toward hosting costs, but every one of the 25 tools is free, with no ad-gated results and no artificial limits on how many times you can use them.
Frequently asked questions
Is anything I type into these tools uploaded or stored?
No. Every tool runs entirely client-side in your browser. Names, lists, passwords, and any other input never get transmitted to a server, and nothing is logged.
Why crypto.getRandomValues instead of Math.random()?
Short version: predictability. Security researchers have shown that some browsers' Math.random() implementations can have their internal state reconstructed after observing enough outputs, which matters for anything security-adjacent (a generated password) or fairness-adjacent (a raffle draw). The methodology page walks through the full reasoning tool by tool.
Do I need to create an account to use the tools?
No account, no signup, no login. Every tool works the moment the page loads.
Are all 25 tools really using different randomness mechanics, or is that just marketing?
They're genuinely different: arc-proportion selection on the spinner wheel, per-face rejection sampling on the dice roller, single-bit binary draws on the coin flip and yes-no picker, Fisher-Yates shuffles on the team generator and list randomizer, and derangement generation on the Secret Santa tool, among others. Each tool page explains its own specific mechanic.
Is there a cost to use any of the tools?
No -- every one of the 25 tools stays free permanently, with no premium tier planned for the core toolset. The only paid item on the whole site is a themed add-on pack for the spinner wheel specifically, for anyone who wants extra visual presets beyond the default look.
Which tool should I start with if I'm not sure what I need?
The spinner wheel is the most flexible starting point for any custom decision with named options; browsing by category below is the fastest way to find a more specific fit for numbers, dice, group splitting, or quick binary decisions.