Line & Word Shuffler

Randomly shuffle the lines or words of any pasted list — cryptographically random, one click for a fresh order every time.

830 views

Shuffle a List, Fairly

Paste a list (one item per line) or a block of text, choose whether to shuffle by line or by word, and click shuffle for a genuinely random new order — powered by the browser's cryptographic random source, the same fairness engine behind our giveaway and team-splitting tools.

Useful for randomising a reading order, mixing up quiz question order, shuffling a name list before assigning tasks, or just seeing a sentence in scrambled word order for fun.

Frequently Asked Questions

Is the shuffle truly random?

Yes — it uses an unbiased Fisher-Yates shuffle driven by crypto.getRandomValues, not Math.random(), so every ordering is equally likely.

Can I shuffle words within a single sentence?

Yes — switch to word mode and it splits on spaces, shuffles, and rejoins.

Similar Tools