Tool
Straw Picker
Draw straws online — one short straw, picked fairly, no favorites.
Straw Picker
0 entries loaded.
The classic 'draw straws' decision, digitized -- one short straw among however many participants you enter, picked with no way for anyone to peek and pick the long one on purpose.
Same underlying idea as a physical handful of straws, minus the risk of someone eyeballing the lengths.
It's built for the specific framing of 'one unlucky draw' rather than 'one winner,' which is why it's a separate tool from the name picker even though the fairness math underneath is similar.
How the Straw Picker works — and why it's fair
Every participant is assigned an identical-looking straw except one, which is marked as the short straw. The tool decides who holds the short straw the same way a plain name picker chooses a winner: one random index drawn with crypto.getRandomValues and rejection sampling matched to the participant count, giving every participant an exactly equal chance of holding the short straw regardless of draw order or how the straws are visually arranged on screen.
The visual straw lengths themselves carry no information about the outcome before the reveal -- they're rendered identically so there's nothing to read into, the same way a physical handful of straws should be held so the lengths aren't visible until they're drawn.
The framing difference from the name picker matters socially even though the math is nearly identical: a straw draw signals 'someone has to lose this' in a way that feels more neutral and game-like than 'someone gets picked,' which is often exactly the tone a group wants for an unwelcome task like chores.
There's also a subtler fairness point worth naming: because the short straw's position is picked independently of the order participants are listed in, going first or last in your entered list carries no advantage or disadvantage whatsoever.
When people draw straws instead of flipping a coin
It's the natural pick when there are more than two people and you want an elimination-style single 'unlucky' outcome rather than a split -- deciding who does the dishes tonight, who goes first in a group activity, or who gets eliminated in a party game.
Roommate groups use it for recurring chore rotations where the ritual itself (everyone 'draws' together) feels fairer than a silent app notification, even though the underlying randomness is the same.
For a strict two-option binary decision, the coin flip or yes-no picker are more direct; for picking one winner (rather than one 'loser') from a longer list, the name picker fits better.
Camp counselors sometimes use it for quick cabin-duty assignments, since the straw-drawing framing feels more like a shared ritual to a group of kids than an app silently announcing a winner.
Frequently asked questions
How many straws can I set up?
Any group size -- the fairness math scales the same way whether it's 3 people or 30.
Can more than one straw be short (multiple 'losers')?
The default is a single short straw; for multiple eliminations, you can re-run the draw on the remaining participants.
Do the visible straw lengths hint at the outcome before I draw?
No -- they're rendered identically until the reveal, exactly like real straws held so lengths can't be compared beforehand.
How is this different from just using the name picker?
Functionally similar odds, but framed around the familiar 'drawing straws' ritual and its single-unlucky-outcome framing rather than picking a winner.
Can I re-draw if someone claims it wasn't fair?
Yes -- each draw is an independent fresh random pick, so re-running it gives everyone the same equal odds again.
Does listing someone first or last change their odds?
No -- list order has no effect on who ends up with the short straw.
Can I set it up so two specific people can't both get the short straw?
Not as a built-in constraint -- re-draw if a specific outcome doesn't work for your group.
Is there a maximum number of participants the tool supports?
No fairness-related limit -- the random-index draw scales the same way whether you're drawing among 3 people or 30.
Can I use this for something other than an unlucky-outcome pick, like choosing a lucky winner instead?
The framing is built around a single 'short straw' outcome; if you want a clean winner-pick framing instead, the name picker is the more natural fit.