en

Shuffle Lines

Shuffle the lines of your text locally - a random reorder, in your browser. Nothing is uploaded.

Running locally on your device ...

0%

Your files never left your device

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Servers in GermanyGDPR by design
    Independently auditedTLS A+ · HTTP headers A+

    Shuffling lines puts the lines of your text into a random order. It is handy for randomising a list of names for a draw, mixing quiz questions, sampling, or breaking an accidental order. Every line is kept exactly; only their order changes.

    The shuffle uses your browser built-in randomness, so each run gives a different order. The number of lines and their content stay the same - the result is always a true reordering (a permutation) of the input lines.

    Everything runs entirely locally in your browser (no upload, even offline) - your text never leaves your device. Because the order is random, running it again reshuffles; keep a copy if you need to reproduce a specific order. Typical uses include raffles, bingo draws, seating plans, turn orders, tournament pairings, or fairly assigning tasks across a team.

    Specifications

    Specifications
    Input formatsText input
    Output formatTXT
    Batch processingNo
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Paste your text.
    2. The lines are put into a random order.
    3. Download the shuffled text.

    Limitations: Randomly reorders the lines (a permutation); every line is kept and the count is unchanged. The order is random, so each run differs. Pure text in, pure text out.

    FAQ

    Is my text uploaded?

    No. The shuffle runs entirely locally in your browser - even offline. Your text never leaves your device.

    Is it a genuine random order?

    Yes. The result is a true reordering (permutation) of your lines using the browser built-in randomness.

    Are any lines changed?

    No. Only the order changes; every line and the total count stay exactly the same.

    Do I get the same result every time?

    No. The order is random, so each run reshuffles; save a copy if you need to keep one specific order.

    Related tools