๐ Paragraph Shuffler
Randomly shuffle the order of paragraphs separated by blank lines. Useful for reviewing document structure or randomizing order-independent quiz questions and answer choices.
How to use
- Enter multiple paragraphs, separated by blank lines.
- Press "Shuffle" to put the paragraphs in a random order.
- Use the copy button to copy the result to your clipboard.
FAQ
How are paragraphs detected?
One or more blank lines are treated as a paragraph break.
What randomness does this use for shuffling?
It uses a Fisher-Yates shuffle driven by a cryptographically secure random source (the Web Crypto API's getRandomValues), producing an unbiased, fair shuffle.
Does this also shuffle the sentences within each paragraph?
No. Only the order of whole paragraphs is shuffled โ the text inside each paragraph is left unchanged.