What is a List Randomizer — Shuffle Any List?
List Randomizer takes any list you paste and returns it in a random order, or picks a chosen number of random items from it. It uses an unbiased Fisher–Yates shuffle with a secure random generator, so every arrangement is equally likely, and it all runs in your browser.
Whether you're ordering contestants, randomizing a playlist, assigning turns, or drawing names, putting a list into a fair random order is a common need. Paste your list, one item per line, and get a shuffled version instantly.
It runs entirely in your browser, so your list stays private. The shuffle is mathematically unbiased — every possible order has an equal chance — and you can also pick a set number of random items instead of shuffling the whole thing.