🎲Random Name / Item Picker
Randomly pick N items from a list. Great for choosing dinner spots, selecting presenters, draw winners, forming class/club teams, and ordering game turns. Powered by Web Crypto for genuinely random, fair results.
How to use
- 1Type one name or item per line.
- 2Pick how many to draw and whether duplicates are allowed.
- 3Click draw to see the results.
FAQ
How fair is it?+
Uses Web Crypto's secure random — statistically uniform. Far safer than Math.random().
Can I paste an Excel list?+
Copy a column from Excel — it becomes newline-separated text. Paste directly.
Allow duplicates vs. exclude?+
Allow: a name can be drawn multiple times (like dice). Exclude: each drawn name is removed (good for teams).
How do I prove fairness?+
Record the screen or run it live. For more formal proceedings, publish the code or use a blockchain-based tool.
Can I form teams?+
Yes — draw N people for each team, then draw the rest for subsequent teams.
Can results be saved?+
Take a screenshot or copy the result text. Reloading the page clears the history.