Like this tool?
Install byteflow.tools for faster startup and offline tool access.
Install guideLike this tool?
Install byteflow.tools for faster startup and offline tool access.
Install guideShuffle, deduplicate, and sample list items with optional seeded randomness for reproducible QA runs.
Drag and drop a text file here, or choose a file to import.
Randomize line-based lists with shuffle and sampling modes, including dedupe and seeded reproducibility controls for QA-friendly workflows.
It parses one item per line and removes empty rows automatically.
It supports full list shuffle or fixed-size sampling modes.
It optionally deduplicates source items and supports sampling with replacement.
It allows seeded randomness for deterministic reruns and exportable results.
Line list
alpha\nbeta\ncharlie\ndelta\necho
Mode setup
mode sample, sample count 3, with replacement false
Seeded run
seed 42, dedupe true
Shuffled result
1. delta\n2. alpha\n3. charlie\n...
Sample result
1. beta\n2. echo\n3. alpha
Summary metadata
Mode, source count, result count, dedupe flag, replacement flag, sample count, seed
Unexpected duplicates remain
Enable dedupe before running shuffle or sampling.
Sample count exceeds source length
Use replacement mode or lower requested sample count.
Result changes between reruns unexpectedly
Set a fixed seed for deterministic output.
Input treated as one item
Place each candidate on its own line.
Imported file includes noise rows
Trim source file and remove non-item lines first.
List Randomizer should be treated as a repeatable validation step before merge, release, and handoff.
What is the difference between shuffle and sample?
Shuffle reorders all items, while sample returns a subset.
How do I get reproducible results?
Use the same seed and options to recreate the same output.
Can I sample with replacement?
Yes, enable replacement to allow repeated picks.
Does dedupe happen before randomization?
Yes, dedupe is applied to parsed items before processing.
Can I import and export list data?
Yes, file import and text export workflows are supported.