List Shuffler
Shuffle a list into random order, useful for turn order or seating.
Your List
One item per line.
About the List Shuffler
The List Shuffler takes any list of names or items, one per line, and rearranges them into a completely random new order. It's a simpler alternative to the Spin Wheel when you don't need a single winner, just a fair, randomized sequence for everyone on the list.
Shuffling is done with a secure random algorithm (a Fisher-Yates style shuffle powered by cryptographically secure randomness), so every possible ordering of your list is equally likely to appear.
Use Cases
Teachers use it to randomize student presentation order or reading order. Event hosts use it to shuffle a speaker lineup or performance schedule. Teams use it to randomize task assignment order or standup speaking order in meetings. It also works well for randomizing seating arrangements, quiz question order, or any list where a fair, unbiased sequence matters.
Frequently Asked Questions
Does shuffling remove or change any names?
No, every item you enter stays in the result, only the order changes. The shuffled list will always contain the exact same items as what you typed in.
Can I shuffle the same list again for a different order?
Yes, click Shuffle again at any time to generate a fresh random order from the same list without needing to re-enter the names.
Can I export the shuffled order?
Yes, use the Copy Result or Export CSV buttons after shuffling to save the numbered, randomized list for later reference.