ToolsetDaily
Generators

List Randomizer

Shuffle a list into random order, or pick one random item from it.

Generators
Copied

Shuffle a list or pick a winner

Paste a list and either shuffle the whole thing into a fair random order or pick a single random item. Use it to draw names, randomize a running order, decide who goes first or pick a winner. It uses a proper shuffle with secure randomness, so every arrangement is equally likely.

How to randomize a list

Paste your list with one item per line, then click Shuffle to reorder it or Pick to choose one at random.

Frequently asked questions

Is the shuffle actually fair?

Yes. It uses a Fisher-Yates shuffle with a secure random source, which gives an unbiased result where no order is favoured.