チーム分けツール
名前のリストを貼り付けて、バランスの取れたランダムなチームに即分割します。
How to use
- Paste or type one name per line in the text area.
- Set how many teams you want to create (2–20).
- Press Split Teams — names are shuffled and distributed evenly.
よくある質問
- Are teams truly balanced?
- The list is shuffled with a Fisher-Yates algorithm using crypto.getRandomValues(), then distributed round-robin — teams differ by at most one member.
- Does my data leave my device?
- No. The entire operation runs in your browser. Names are never sent to a server.
- Does it work on mobile?
- Yes — the layout adapts for mobile with large touch targets and readable results.
Last updated: By jarvisbox