🎫 Lucky Draw
Run a fair lucky draw in seconds — type your outcomes, shuffle them into face-down tickets, and flip one at a time to reveal the winner, 100% in your browser.
About
Lucky Draw uses the Fisher-Yates shuffle algorithm to randomise your outcomes with cryptographically seeded Math.random, ensuring every ticket has an equal probability of being selected. You type any list of names, prizes, or options; the tool hides them behind face-down cards and lets you flip each card individually for maximum suspense. Because everything runs locally in the browser, there is no server involved and no data ever leaves your device. The tool is ideal for classroom raffles, team stand-up assignments, prize giveaways, party games, and any situation where you need a transparent and verifiable random selection.
How to use
- Type each outcome — a name, prize, or option — into the input box and press Add (or hit Enter) to create a ticket.
- Once all entries are added, click Shuffle to randomise and lay every ticket face-down on the board.
- Click any face-down ticket to flip it over and reveal the outcome hidden beneath.
- Continue flipping tickets one by one until you reach the grand winner or have revealed all results.
- Click Reset to clear the board and start a brand-new draw with the same or a different list of outcomes.
FAQ
- Is the draw truly random and fair?
- Yes. The tool uses the Fisher-Yates shuffle with JavaScript's Math.random, giving every ticket an equal chance. No outcome is weighted or pre-determined.
- Does my data get sent to a server?
- No. Everything — your list of outcomes, the shuffle, and each flip — happens entirely inside your browser. No data ever leaves your device.
- How many entries can I add?
- There is no hard limit. The tool handles hundreds of tickets smoothly. For very large lists the cards will scale down to fit the screen.
- Can I reuse the same list without retyping it?
- Yes. Click Reset and then Shuffle again — your entries stay in the list so you can run multiple draws without retyping anything.
- What is the difference between Lucky Draw and a Wheel Decider?
- A wheel spins to a single result, whereas Lucky Draw reveals all outcomes one by one with the suspense of physical ticket-flipping — great when you need to assign unique prizes or roles to every participant.