Skip to main content
T

Shuffle Lines

Randomly reorder the lines of any list. Uses cryptographic randomness.

More options
Send output to:
Advertisement

How to use Shuffle Lines

  1. Paste a list.
  2. Optionally drop empty lines.
  3. Click Shuffle.

What is Shuffle Lines?

Useful for randomizing question order in a quiz, picking a sequence from a name list, or just shuffling any list. Uses a Fisher–Yates shuffle with the browser's secure RNG.

Advertisement

FAQ

Is each shuffle truly random?
Yes — uses crypto.getRandomValues. Repeat shuffles produce different orderings.
Is my text uploaded to shuffle it?
No. Shuffling happens entirely in your browser using JavaScript — your text never leaves your device or touches any server.
How many times should I shuffle?
Once is enough. The tool uses cryptographic randomness, so a single shuffle produces a truly random reordering every time.

Related tools

Advertisement