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
CharlieOutput
Bob
Charlie
AliceRelated tools
Sort Lines
Text & String
Sort lines alphabetically, numerically, or by length.
Acronym & Initials Generator
Text & String
Generate acronyms, initials, or camelCase from phrases.
ASCII Art Text Generator
Text & String
Turn text into a big ASCII banner using letters and numbers.
Case Converter
Text & String
Convert text between 11 different letter cases.
Character Counter
Text & String
Count characters and bytes with limit presets.
Column Aligner
Text & String
Align delimited text into padded, readable columns.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser