Developer Lists
Shuffle lines
What to do
Transformed in your browser · nothing is uploaded
Local · deterministic here, seeded shuffle elsewhere
Advertisement
320 × 100
Reorders a list — sorted, reversed or de-duplicated. For a genuinely random shuffle with a reproducible seed, the random order generator is the better tool.
How to use the shuffle lines
1 Paste your text into the first box.
2 Choose what you want done to it.
3 Copy the result, or save it as a text file.
Sorting and reversing are deterministic and belong here; a random shuffle needs a random source and, more usefully, a seed so the result can be reproduced when somebody disputes it. That is what the random order generator provides. The de-duplication here keeps the first occurrence, so the surviving order matches the original — which matters when the list is already in a meaningful sequence and you only want the repeats gone.
Questions
On the random order generator, which uses a cryptographic source and takes a seed so a draw can be reproduced.
Sources
MDN — working with stringsAdvertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING