go spin it · nobody picks last

The Team Splitter

One list in, even teams out, shuffled by the same cryptographic source as the wheel.

Teams appear here. Uneven lists split as evenly as arithmetic allows — the bigger teams are chosen randomly too.

Why random beats captains: a fair shuffle can't remember who's friends with whom, who got picked last in March, or who's "always on Ali's team". This one is a Fisher–Yates shuffle driven by crypto.getRandomValues — the strongest fairness a browser offers — and it re-rolls completely on every reshuffle. If the split looks lopsided in skill, reshuffle; the tool guarantees fairness of process, not equality of outcome.

Field-tested uses