Shuffle Lines
Put a list of lines into a random order.
Runs entirely in your browser.
Shuffle Text Lines Randomly
About Shuffle Lines
Shuffling reorders the lines at random. This uses a Fisher-Yates shuffle, which gives every possible ordering the same chance - unlike sorting by a random value, which subtly favours some arrangements.
Press the button again for a different order. Randomness comes from your browser, and nothing is sent anywhere, so the list stays private.
Other Line Tools
- Sort Lines — alphabetically, numerically, or by length
- Remove Duplicate Lines — keep the first of each
- Find Duplicate Lines — report what repeats, and how often
- Reverse Line Order — flip the list upside down