Skip to content
Convertto

List Randomizer & Shuffler

Shuffle a list into random order — for draws, pairings, running orders and sampling.

To shuffle a list, paste one item per line and the order is randomised using a Fisher-Yates shuffle. Leave the seed at zero for cryptographically random results, or set any number to get a repeatable shuffle you can reproduce and share.

Runs in your browser
Privacy
Runs entirely in your browser — nothing is uploaded
Cost
Free, unlimited, no sign-up

Frequently asked questions

Is the shuffle actually random?

With the seed set to 0 it uses crypto.getRandomValues, the browser's cryptographically secure random source. With a non-zero seed it uses a deterministic generator so the same seed always produces the same order.

How to use the list randomizer & shuffler

  1. 1Enter or paste your list (one item per line).
  2. 2Set the seed.
  3. 3Turn "Remove duplicates first" on or off as needed.
  4. 4The result appears immediately — copy or download it.

Embed this tool

Put the working list randomizer & shuffler on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.

Share this tool

Last updated

More text tools