Random Picker / Wheel Spinner
Pick a winner from any list. Spin a colour-coded wheel or grab N at once. Weighted entries supported, results never leave your device.
Spin an animated wheel to pick a name, prize, or option from a list — using Crypto.getRandomValues for genuine fairness rather than the predictable Math.random that most picker tools rely on. Weight entries so a name appears twice if it should have a double chance, and save lists for repeat draws. Useful for giveaway prizes, classroom name-pickers, decision-roulettes between restaurants, and lottery-style team allocations. The random number stays on your device — no auditable server can pre-pick a winner.
Wheel
Items (8)
One per line. Use 'Name x2' for double weight.
Winners (0)
No spins yet.
Options
Next steps
Password Generator
RecommendedCreate strong, random passwords that are virtually uncrackable.
QR Code Generator
RecommendedGenerate QR codes for URLs, WiFi, text, and more — download instantly.
Fake Data Generator
Create realistic names, emails, and addresses for testing.
UUID Generator
Generate v4 (crypto-random) or v1 (time-based) UUIDs instantly — copy one or generate a batch.
How The Random Picker Works (And Why That Matters)
Common Use Cases
Raffle / giveaway winner
Paste entrant names, hit spin, get a fair winner. Crypto-grade RNG means the result holds up to scrutiny in case of disputes.
Classroom participation
Pick which student answers next. Remove-winner mode rotates without repeats; weighted entries can favour quieter students.
Team assignment / lunch picker
Decide which restaurant the team visits or which member presents next. Save common lists ('lunch options', 'meeting facilitators') for quick reload.
Secret Santa pairings
Use instant-pick with N = team size and remove-winner enabled. Each person draws once; the share URL captures your participant list so others can verify the setup — record the results separately to share privately.
Frequently Asked Questions
Advertisement