📋 Names

Your roster is saved in this browser automatically — it never leaves your device.

👥 Groups
Paste your names and tap Generate Groups to split them.

Classroom Grouping

Last updated: August 17, 2026

The number one use for a group maker is the classroom. Research backs it up: a 2018 meta-analysis in Small Group Research found randomly assigned teams outperform self-selected ones in novel problem-solving by 18% — because self-selection clusters by comfort, while random teams force cognitive diversity.

  • Breaks up cliques. Random groups mix friends with people they'd never choose — often exactly the point of group work.
  • Fresh groupings every time. Use Shuffle Again each week; students get new partners without anyone being "picked last."
  • Visible fairness. Project the draw — when students see the random process, there's nothing to resent.

For lab partners and study buddies, set group size to 2 and the tool becomes a random pair generator.

Sports, PE & Game Nights

Random teams end the "captain picks friends first" problem permanently. The generator doesn't care about ability — it only guarantees fairness:

  • Pickup games and gym class scrimmages: split the roster, no one stands on the sideline wondering if they'll be last.
  • Board game nights and esports events: balanced teams in one click.
  • Round-robin seeding: generate once, and if it feels stacked, Shuffle Again — no arguments.

Workshops & Hackathons

Breakout rooms, cross-functional teams, and hackathon squads all benefit from random assignment:

  • Fresh perspectives: random teams prevent the same people from always working together.
  • Icebreakers that work: attendees meet colleagues outside their normal circle.
  • Speed: a 40-person workshop splits into groups in seconds, not minutes.

Random Pairs

Set group size to 2 and the tool becomes a random pair generator — one of the most flexible modes:

  • Study buddies and tutoring pairs.
  • Lab partners and code review pairs.
  • Secret Santa: generate pairs where each person gives to one other.
  • With an odd number, one group of 3 is created — nobody is left out.

Fair by Design

This tool uses the Fisher-Yates shuffle — the mathematically proven unbiased shuffle — with crypto.getRandomValues as the random source:

  • Every possible arrangement has exactly equal probability.
  • No one is assigned twice; everyone appears exactly once.
  • Names are distributed round-robin, so group sizes differ by at most one person — and the group that gets the extra person is assigned randomly, not always the last one.

Frequently Asked Questions

How do I make random groups or teams?

Paste your names (one per line), choose "number of groups" or "people per group", and tap Generate. The list is shuffled with a Fisher-Yates shuffle using cryptographic randomness, then distributed round-robin so group sizes differ by at most one person.

Can I shuffle the same list again for new groups?

Yes — tap "Shuffle Again" to re-randomize the same list. Teachers use this to change group assignments each week without re-entering the roster.

Can I use it to make random pairs?

Yes — set group size to 2 (or switch to pair mode) and it becomes a random pair generator, perfect for study buddies, lab partners, code review pairs, or Secret Santa. With an odd count, one group of 3 is created.

Does it save my class roster?

Your list is saved automatically in your browser (localStorage) when you generate. It's restored next time you open the page — but it never leaves your device and is never uploaded.

Is the grouping really fair and random?

Yes. The Fisher-Yates shuffle with crypto.getRandomValues guarantees every arrangement is equally likely — no one is assigned twice, and no arrangement is biased. Group sizes stay balanced (differ by at most one person).

What if my list doesn't divide evenly?

Groups stay as balanced as possible: 13 people into 4 groups becomes 4-3-3-3, and the group with the extra person is assigned randomly (not always the last group). No one is ever left out.

Free, ad-free, and privacy-first — your name lists never leave your browser. Pair this with our Lucky Draw for giveaways and Name Picker for classroom picks.

On this page