List Randomizer

Shuffle a list of lines and optionally pick a random subset.

Works Offline
Privacy First
No Login
No API

Same seed = same shuffle order

Input list (one item per line)

Randomized output

Total items
5
Output items
5

About the List Randomizer

Randomly shuffle a list of lines using a seedable random generator for reproducible results, optionally picking only the first N items and removing duplicates before shuffling.

Examples

Shuffle names

Alice
Bob
Charlie

Output

Bob
Charlie
Alice

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser