Skip to content

List Randomizer

Shuffle a list into a random order with an unbiased Fisher–Yates shuffle.

About List Randomizer

Randomly reorder any list with a single click. Paste one item per line and the List Randomizer uses an unbiased Fisher–Yates shuffle to give every arrangement an equal chance — perfect for drawing names, randomizing playlists, assigning teams or picking a running order. Everything happens locally in your browser and nothing is sent anywhere.

How to use List Randomizer

  1. 1

    Paste your list with one item per line.

  2. 2

    Optionally remove blank lines before shuffling.

  3. 3

    Click Shuffle and copy the randomized order.

Frequently Asked Questions

Is the shuffle truly random?

It uses the Fisher–Yates algorithm, which produces a uniform, unbiased permutation so every possible ordering is equally likely.

Why does the order only change when I click Shuffle?

Randomization runs only in the button handler, never automatically, so results stay stable until you deliberately reshuffle.