Skip to content
Text Mechanic
Randomization

Random Line Shuffler

Randomly reorder every line.

Reorders the lines using a Fisher–Yates shuffle, which makes every ordering equally likely. A seed makes the shuffle reproducible; leaving it empty uses the browser's cryptographic random source.

Options

Leave empty for secure, non-repeatable randomness. A seed makes the result reproducible.

InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B

Options explained

  • SeedLeave empty for secure, non-repeatable randomness. A seed makes the result reproducible.