Text Shuffle
Randomize the order of words or lines.
Result
—
Related tools
How it works
- 1Paste your text.
- 2Choose shuffle mode: by word or by line.
- 3Click Shuffle.
- 4The order is randomized using crypto.getRandomValues for fair randomness. Copy the result.
Example
Input: one two three Output (shuffle by word): three one two