The random grouping tool randomly shuffles a list of people and distributes them evenly among multiple groups. It is suitable for classroom activities, team building, competitions, and team tasks.
You can group people by specifying the number of groups or by directly specifying the number of people in each group. The system automatically completes the distribution based on the size of the list.
When the number of people cannot be evenly divided by the number of groups, the extra people are distributed among different groups in rotation, keeping the difference in group sizes no greater than 1.
The list is randomly shuffled using the Fisher-Yates shuffle approach and then divided into groups. The grouping result can be regenerated and copied.
Comments 0