text
Picker
pick one at random from a list.
about
Paste a list (one item per line). Click pick to highlight a random one. Great for deciding what's for lunch.
how to use
- Paste your list — one item per line.
- Click 'pick one' to highlight a random entry.
- Click again for a different pick.
examples
- Decide what's for lunch when everyone keeps saying 'I don't care.'
- Pick a winner from a list of giveaway entries.
- Choose the next song to play from a long shortlist.
faq
How random is it?
Uses Math.random — sufficient for casual picks. Not for cryptographic raffles.
Does it remove the picked item?
No — same item can be picked again. Drop the line yourself if you want unique picks.