List Randomizer
Shuffle a list of lines into a random order.
Paste a list and shuffle it into a random order. Useful for randomizing tasks, questions or names.
How to use
- Paste your list, one item per line.
- Click Shuffle.
- Copy the randomized result.
Frequently asked questions
- Does it keep all items?
- Yes, shuffling only changes the order — nothing is removed.
- Is the order truly random?
- It uses a Fisher–Yates shuffle with the crypto RNG.