Random List Shuffler
Shuffle any list of items (names, questions, tasks) into a new random order.
Tools and Utilities • Randomizers and Grouping
Shuffle any list of items (names, questions, tasks) into a new random order.
A list shuffler randomly rearranges the order of items in a list while keeping the same items. It is useful for randomizing names, tasks, questions, or any ordered checklist.
When Handle duplicates is enabled, repeated items are kept only once so each unique entry appears a single time in the result. When it is disabled, repeated items remain and can appear multiple times in the shuffled output.
Ignoring empty lines prevents blank entries from being treated as items. This keeps the shuffled result clean and ensures the shuffle is based only on meaningful list entries.
Shuffling changes only the order of the items. The output contains the same items that were included after applying empty-line and duplicate handling rules.