# 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.

**URL:** https://convertto.tech/t/list-randomizer
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

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

## How to use

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

## FAQ

### 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.

## Related tools

- [Columns to Lines Converter](https://convertto.tech/t/columns-to-lines): Switch between a delimited single line and one item per line, in either direction.
- [Line Sorter](https://convertto.tech/t/line-sorter): Sort lines alphabetically, numerically, by length or in reverse — with natural-order support.
- [Random Picker & Team Generator](https://convertto.tech/t/random-picker): Pick winners from a list, or split names into balanced random teams.
- [Remove Duplicate Lines](https://convertto.tech/t/remove-duplicate-lines): Delete repeated lines from a list, keeping the first occurrence of each unique line.
- [Text Shuffler](https://convertto.tech/t/text-shuffler): Randomly reorder lines, words, sentences or characters, with a seed for repeatable results.
- [Add Line Numbers](https://convertto.tech/t/add-line-numbers): Prefix every line with a sequential number, with a custom start, separator and zero padding.
- [ASCII Art Text Generator](https://convertto.tech/t/ascii-art-generator): Turn words into large ASCII banner text for terminals, READMEs and code comments.
- [Case Converter](https://convertto.tech/t/case-converter): Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more.
