Random Name Picker
Paste or type a list of names (one per line) and let the tool randomly select winners. Perfect for raffles, classroom picks, team assignments, and giveaways.
Random selection from a list of names is needed for countless everyday and professional situations: classroom selection (who answers next? who presents first?), raffle drawings and giveaways, team assignments (random pairing for projects), task delegation (who gets the rotating duty?), prize awards, focus group selection, naming order in meetings, and ensuring fair selection without bias. While teachers historically used physical methods (popsicle sticks, draw from hat), digital random pickers offer speed, audit trails, repeatability, and the ability to handle large lists.
This calculator accepts a list of names (one per line) and randomly selects one or more "winners." Use it for: classroom name picking (eliminates teacher selection bias, distributes participation), raffle drawings (transparent random selection viewable to all), team building exercises (random partner assignments), giveaways on social media (fair winner selection), focus group recruitment (random sampling from interested respondents), or any selection requiring fairness without bias.
Important context: this uses JavaScript's pseudorandom number generator (Math.random()), which is suitable for casual selection but not cryptographically secure. For high-stakes randomization (legally compliant raffles, scientific sampling), use certified random sources like Random.org or specialized lottery software with audit trails. For classroom, social, and most professional selections, the calculator's randomness is mathematically equivalent to drawing names from a hat. Important fairness consideration: the calculator treats each line as a separate entry. If "John Smith" appears twice, John has double the chance of being picked. Remove duplicates before drawing if equal odds matter. Also: for some uses (giveaways with prize value over thresholds), legal requirements may dictate specific random selection methods — consult relevant regulations.
Enter names (one per line)
Results
Total Names
0
Winners Picked
0
Odds Per Person
0%
Formula
How to use this calculator
- Paste or type names into the input area, one per line.
- Optionally specify number of winners to draw.
- Click button to draw.
- Review selected name(s).
- For classroom use: project results on screen for transparency.
- For raffles/giveaways: take screenshot for audit trail.
- For fairness: remove duplicates before drawing if equal odds needed.
- For re-draws: pre-commit to first result; constant re-rolling invalidates randomness.
- For legal compliance: verify your jurisdiction's requirements for raffle/giveaway randomization. Some require certified random sources.
- For research: this calculator suitable for casual sampling; formal research may require dedicated statistical sampling tools.
- For team building: combine random pairing with manual adjustment for skill/personality balance if needed.
- For repeat drawings (multiple winners): each selection without replacement (no name picked twice per draw).
Worked examples
Classroom random selection
Teacher with 28 students needs to pick one to answer next question. Enter 28 student names. Draw 1 winner. Result: Random selection — say "Emma Rodriguez". Each student's probability: 1/28 = 3.57%. Use throughout class period to distribute participation. Tracks selections to ensure no student called repeatedly while others ignored. Teacher benefit: removes unconscious bias (calling on raised hands, favorite students, perceived weak students). Student benefit: motivates engagement since anyone might be selected. Class atmosphere: more inclusive, distributed attention. Best practice: project selection on classroom display for transparency. Eliminates "teacher chose them" accusations. For multiple selections (5 students for group): draw 5 winners from list. Each gets selected once per round.
Workplace raffle
Company holiday raffle: 150 employees entered for 3 gift card prizes. Enter 150 names. Draw 3 winners. Results: Three randomly selected employees, each prize awarded to one. Each employee's probability of winning ANY prize: 3/150 = 2%. Considerations: - Workplace raffles may require HR/compliance approval depending on jurisdiction - Some workplaces prohibit employee raffles due to fairness/legal concerns - Documentation: keep list of entries, draw method, results - Public drawing (live stream, recorded): increases trust in fairness For higher-value prizes: consider certified random source (Random.org, lottery software) for legal protection. For social media giveaways: platform rules (Instagram, Twitter) often specify random selection requirements. Some require certified random; others accept this type of tool.
Team assignment for project
Class of 24 students needs random partner pairs for semester project. Method 1: Random pairs Enter 24 names. Draw 24 (all names randomized). Pair first two, next two, etc. Result: 12 random pairs. Method 2: Random within stratification Separate names by skill level (advanced, intermediate, beginner). Pair one advanced + one beginner for each pair. Use random picker within each group. Method 3: Random within constraints Avoid certain combinations (friends, prior conflict). Manual adjustment of random results. Pure random benefit: most fair, no bias. Stratified benefit: balanced skill distribution. For semester-long projects: stratified random typically preferred — ensures every group has mix of capabilities. Pure random may produce groups all-strong or all-weak by chance. For brief assignments: pure random often fine. Random pairing reduces clique formation, exposes students to peers they wouldn't otherwise work with, and develops diverse collaboration skills.
When to use this calculator
Use this calculator for classroom selection, raffles and giveaways, team assignments, focus group recruitment, prize drawings, or any situation requiring fair random selection from a list.
Pair with coin-flip (binary choices), dice-roller (numerical random), or random-number (general numeric randomization).
Important random selection considerations:
1. **Pseudorandom suitable for casual use.** Cryptographic randomness only needed for high-stakes scenarios (legal raffles over certain prize values, scientific research with rigorous requirements).
2. **Each entry counts.** Duplicate names get duplicate chances. Standardize if needed.
3. **Sampling without replacement standard.** Multiple winners: each name picked only once per draw. Some scenarios use sampling with replacement (different math).
4. **Transparency matters for trust.** Visible randomization (live screen, recorded) increases participant trust vs. behind-screen selection.
5. **Pre-commit to results.** Re-rolling until "good" result invalidates randomness. Trust the first draw.
6. **Document for accountability.** Save list, draw method, results for raffles/giveaways. Audit trail prevents disputes.
7. **Consider legal requirements.** Some raffles require certified random sources, registration, or specific procedures by jurisdiction.
8. **Stratified vs. pure random.** For some uses (research sampling, team building with skill balance), stratified random within groups produces better outcomes than pure random.
9. **Patterns in small samples normal.** Random doesn't always look random in short sequences. 10 picks may show same person twice. Larger samples produce more uniform results.
10. **Social media giveaway rules.** Platforms (Instagram, Twitter, TikTok) have specific rules for giveaways including random selection requirements. Verify before promoting.
11. **Workplace considerations.** Employee raffles may require HR approval, compliance with labor laws regarding gifts and gambling, and consistent procedures.
12. **Random selection beats systematic.** Picking "every 5th name" is systematic, not random. Pure random more rigorous statistically.
Common mistakes to avoid
- Re-rolling until desired result. Defeats the purpose of randomization.
- Not handling duplicates. Same person listed multiple times gets multiple chances.
- Skipping documentation for legal draws. No audit trail invites disputes.
- Assuming small samples will be uniform. 10 picks may show clustering; large samples show uniformity.
- Using random when criteria-based selection better. Sometimes specific qualifications matter more than fairness.
- Ignoring jurisdiction-specific raffle requirements. Some have certified random requirements.
Frequently Asked Questions
Sources & further reading
- Random Number Generation Standards — U.S. National Institute of Standards and Technology
- Lottery and Raffle Resources — North American Association of State and Provincial Lotteries
- Random Number Sources — Random.org