List Randomizer
Paste any list and reshuffle it into a fair, unbiased random order with a single click.
How it works
Put each item on its own line, hit shuffle, and the tool reorders the whole list. It's the digital version of tossing a stack of index cards in the air — same items, brand-new sequence every time.
Under the hood it runs a Fisher-Yates shuffle, the standard algorithm that gives every possible ordering an equal chance. That matters for anything where fairness counts: a randomized playlist, a draft order, the sequence speakers go in, or the order you tackle a to-do list.
Nothing is added or dropped — the shuffled list has exactly the items you pasted, just rearranged, and it's numbered so you can read off positions easily. Shuffle again for a completely different order.
Frequently asked questions
Is the shuffle actually fair?
Yes. It uses the Fisher-Yates algorithm, which gives every arrangement of your list an equal probability — no ordering is favored over another.
Does it change my items?
No. The output has the exact same items you pasted, just in a new order. Blank lines are ignored so you don't get gaps.
How's this different from a random picker?
A picker hands you one winner. The randomizer reorders your entire list, which is what you want for draft orders, queues, or turn sequences.