List Randomizer
Shuffle a list of lines and optionally pick a random subset.
Input list (one item per line)
Randomized output
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
CharlieOutput
Bob
Charlie
AliceKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Sort Lines
Text & String
Sort lines alphabetically, numerically, or by length.
Email & URL Extractor
Text & String
Pull emails, links, domains and phone numbers out of any text.
Line Numbering Tool
Text & String
Add or remove line numbers from text with custom formatting.
Lines to String Converter
Text & String
Turn newline-separated lines into a quoted, comma-joined string.
List Comparator
Text & String
Compare two lists and see common, A-only and B-only items.
New Line Remover
Text & String
Remove line breaks and tabs, or swap them for any separator.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser