📌 Overview
Drop in a list of names and pick one (or several) at random. Perfect for giveaways, classroom calls, and fair team selections.
🎯 Random Name Picker
Drop in a list of names and pick one (or several) at random. Perfect for giveaways, classroom calls, and fair team selections.
Add names and click Pick.
All processing happens in your browser. No data is uploaded to any server.
📖 Deep Dive: Random Name Picker
Why a random name picker
For lotteries, roll-calls, and selections, manual picking is easily swayed by favoritism and bias. Random drawing is both fair and reproducible.
How it works
The tool stores the name list as lines in an array and uses a shuffle algorithm to pick the first N, avoiding repeats within a single draw.
A quick example
Paste 30 student names, set to draw 3, and one click yields 3 lucky winners - a transparent and fair process.