Draw · team split

Draw · split into teams · set an order

추첨 · 팀 나누기

명단에서 무작위로 뽑고, 팀을 나누고, 순서를 정합니다. 중복 없이 공정하게

몇 명 뽑을까요 1명
1번째다라
4명 중 1명 뽑았어요.

Put in a list and draw at random, split it into teams, or set an order. Nobody is drawn twice, and team sizes never differ by more than one.

How to use it

  1. Enter the names, one per line
  2. Choose pick, split into teams, or set an order
  3. Set how many people or teams
  4. Go, then copy the result

Common questions

Is it really fair?
The list is shuffled by walking from the end and swapping with a random earlier position. The convenient trick of shuffling with a sort function is biased position by position, so it is not used here.
What if the team sizes do not divide evenly?
After shuffling, people are dealt out one at a time in turn, so no two teams differ by more than one person.
How is this different from the ladder?
The ladder pairs people with outcomes; this picks from or splits the list itself. When the path has to be visible, use the ladder.

Other tools

Stays on your device What you enter is handled inside your browser only — nothing is stored or sent anywhere.

This tool page states where what you enter goes — see the badge above. All tools · KarmoLab · Who made this · Built with AI. View source