Shuffle Lines Online (Random Line Order)
Paste a list and get it back in a random order using a Fisher-Yates shuffle. Useful for random draws, randomising quiz questions, or shuffling test data without a spreadsheet formula.
Runs in your browser — your text is never uploaded or stored.
Your list
Shuffled list
How to Use
- 1.Paste your list with one item per line.
- 2.Read the randomised order in the output.
- 3.Edit the input slightly to reshuffle, then copy the result.
Advertisement
FAQ
Is the shuffle fair?
It uses the Fisher-Yates algorithm, which produces an unbiased permutation. For high-stakes draws, use a dedicated randomness source.
Can I reshuffle without reloading?
Yes — change the input, even by adding and removing a space, and a new shuffle is generated.
Need more options?
Sort Lines
Free online line sorter — alphabetize lists A–Z or Z–A, sort by line length, or shuffle randomly. Runs entirely in your browser.