🔀
List Shuffler
Randomise any list into a fresh, unbiased order.
Advertisement
About List Shuffler
Paste any list and shuffle it into a completely fresh order using a proper Fisher–Yates shuffle backed by the browser's cryptographic random generator — so there's no bias toward the original order.
Use it for playlists, reading orders, task sequences, bracket seeding, or anywhere a fair reshuffle beats dragging items around by hand.
How to use it
- Paste one item per line.
- Press Shuffle.
- Copy the new order, or shuffle again.
Frequently asked questions
Is the shuffle unbiased?
Yes — it uses the Fisher–Yates algorithm with a cryptographic random source, which gives every possible ordering an equal chance.
Does it change my original list?
No, it shows a new shuffled order; your typed list stays as you entered it so you can reshuffle.
How long a list can I shuffle?
Hundreds of items shuffle instantly, entirely in your browser.