Shuffle Lines
Randomize the order of lines—handy for presentation order, raffles, or quiz questions. Everything runs in your browser.
FAQ
How is the order randomized?
It uses the Fisher–Yates shuffle, which makes every ordering equally likely. Use 'Reshuffle' for a new order.
Are lines ever lost or duplicated?
No. Only the order changes; every line is preserved.
Is my list sent to a server?
No. Everything happens entirely in your browser.
Related tools
Sort lines of text alphabetically, ascending or descending, with case-sensitivity and duplicate removal options. Everything runs in your browser.
Generate random numbers in any range, with unique-draw and sorting options—handy for raffles and lottery picks. Everything runs in your browser.
Remove duplicate lines from a list while keeping the original order.
Count characters with/without spaces, words, lines and bytes in real time.
Remove all emoji from text, including flags and combined (family) sequences. Everything runs in your browser.
Find and replace text in bulk, with optional regular expressions and case sensitivity. Everything runs in your browser.