Randomly pick a winner, split into teams, or shuffle any list.
Random Name Picker randomly selects a winner from a list of names, splits any group into equal teams, and shuffles lists with a Fisher-Yates algorithm — all with animated results.
A versatile random selection tool. Pick random names, split groups into balanced teams, or shuffle any list with an animated result display.
Enter names (one per line) in the text area.
Click Pick Random, Split Teams, or Shuffle.
See the animated result and your history.
Name picking uses Fisher-Yates shuffle applied to the input list, then returns the first element. Team splitting distributes shuffled names in round-robin order. List shuffler applies the same Fisher-Yates algorithm to the full list.
It uses Fisher-Yates shuffle for unbiased random selection.
Yes, you can split into up to 6 teams.