A while back I wanted to build the classic "paste a list of names, get N even groups" tool — the kind of thing every teacher and event organizer has needed at some point. I assumed it would basically be a Fisher-Yates shuffle plus Array. slice in a loop, maybe an hour of work.

Source: [Dev.to](https://dev.to/joe8_lin_tw/turns-out-my-random-group-splitter-doesnt-roll-any-dice-heres-what-it-does-instead-3laa)

Sponsored