Shuffle the lines of a pasted list into a random order. Empty lines are removed before shuffling; each non-empty line is treated as one item.
When to use it
- Randomize quiz question order
- Fair ordering of names or tasks
- Party games that need a quick mixed list
Limitations
Uses browser pseudo-randomness—not suitable for high-stakes lotteries. Duplicate lines remain as separate entries. Line-internal order is never changed.
Input format
Paste one item per line; blank lines are ignored before the shuffle so bullet lists from notes apps work without manual cleanup.
Example
For example, enter the default sample values on the form and compare the output with a known reference; adjust one input at a time to see how the result changes.
Notes
This guide summarizes the behavior of the random/shuffle list tool on Tool Plaza. Processing runs locally in your browser unless the tool explicitly calls a server action.