Skip to content
🔀

List Randomizer

Utility

Shuffle a list of items into a random order with one-click copy of results.

0
0
Input List
Randomized
Enter items and click Shuffle, or load Examples

Picking a winner from a list of raffle entries, splitting a group of people into random teams, or reordering a set of interview questions so they don't always run in the exact same sequence all come down to one operation, shuffling a list into a genuinely random order rather than sorting it any particular way. This tool shuffles a list of items into random order with a one-click copy of the result, built entirely around randomizing rather than offering it as one mode buried among several sorting options.

See more about the List Randomizer

Useful for picking a random winner from a list of raffle or giveaway entries, splitting a group of names into randomly assigned teams by shuffling the list first, or randomizing the order of interview questions or presentation topics so they don't run identically every time.

Key features

  • Clean interface
  • Fast processing
  • No signup required
  • Works offline

Quick answers for List Randomizer

Can I remove duplicate items before shuffling?
Yes, a "Remove duplicates before shuffling" checkbox deduplicates identical lines before the shuffle runs, so repeated entries only appear once in the result.
How is each item separated?
One item per line, so pasting a list separated any other way, like commas or tabs, is treated as a single item until you break it onto its own lines.
What shuffling method does it use?
A Fisher-Yates shuffle, swapping each item with a randomly chosen earlier or equal position, which gives every possible order an equal chance rather than a biased sort-by-random-key approach.