Put any list in a random order
Paste a list and shuffle it into a fair, random order. Behind the scenes it uses the Fisher-Yates shuffle, the proper algorithm where every possible ordering is equally likely — no bias, unlike naive sorting tricks.
Handy for
- Randomizing turn order or a playlist.
- Assigning tasks or splitting into teams.
- Mixing up quiz questions or flashcards.
Only need one item picked? Use the name picker or the decision wheel. Want alphabetical instead? Try sort lines.
Frequently asked questions
How does the list shuffler work?
It uses a Fisher-Yates shuffle, the standard algorithm for producing a fair, unbiased random ordering where every arrangement is equally likely.
What can I shuffle?
Any list with one item per line — names, tasks, playlist tracks, teams, questions, or anything you want in a random order.
Is my list private?
Yes. Shuffling happens entirely in your browser and nothing you paste is uploaded or stored.