List Randomizer
List randomizer / shuffler
Paste one item per line and shuffle the list into a fair random order — a Fisher–Yates shuffle gives every arrangement an equal chance — or pick one random item. Great for draws, assignments, running order, and deciding who goes first.
Frequently asked questions
How do I randomize a list?
Paste one item per line and click shuffle. It reorders the whole list with a fair Fisher–Yates shuffle. You can also pick one random item.
Is the shuffle fair?
Yes — Fisher–Yates with the browser's RNG gives every ordering equal chance. Fine for draws and assignments, not for cryptographic use.
What's it for?
Raffles, team/task assignment, running order, interview order, deciding who goes first — any unbiased order or pick.
Uses the browser's Math.random — fair for everyday draws, not for cryptographic or gambling use.
