Random Seating Plan Swap
One-lesson seating rule, applied.
One-lesson seating rule, applied.
Tap the big button. No accounts, no sign-up.
Sample outputs from Random Seating Plan Swap
A slice of what this picker might return. The full pool is much larger — tap the picker for a random one.
- Sit with someone whose name starts with the same letter as yours
- Sit with the person whose birthday is closest to yours
- Sit with someone who lives furthest from school
- Sit with someone you've worked with least this term
- Sit alphabetically by first name for one lesson
- Sit alphabetically by second name
- Split by "born in odd year / even year"
- Sit with someone whose favourite subject is different from yours
- Pair yourself with someone taller than you
- Swap seats with the person across the room
- Sit in a random new order picked by the wheel
- Sit by shoe size
When to use Random Seating Plan Swap
- Cold-calling a random student without accusations of bias.
- Splitting groups fairly for group work or team activities.
- Reward selection at end of a good lesson or week.
- When you specifically want randomness — not a "recommendation engine", not a ranking, just an unbiased pick.
How the picker works
Random Seating Plan Swap runs entirely in your browser — no servers, no accounts, no data sent anywhere. Each pick uses your browser's built-in cryptographic random-number generator (window.crypto.getRandomValues), which is uniformly distributed across the option pool.
The pool for this picker: 15 hand-picked options. Every option has an equal probability of being selected on any given pick (about 6.67% per option).
Picker-kind picks return a single random option from the pool. If you add your own options, they're weighted equally alongside the built-in set.
If you want a deliberately weighted pick (favouring some options over others), the picker isn't the right tool — try structuring the choice as a wheel with duplicated entries, or split into two picks (category first, then item within category).
Related pickers + when to prefer each
Random Seating Plan Swap is one of several related pickers on the site. The rest of this cluster covers adjacent decisions:
Random Warm Up Activity — the closest neighbour when this picker isn't quite the right fit.
Random Exit Ticket Prompt — the closest neighbour when this picker isn't quite the right fit.
Random Classroom Song — the closest neighbour when this picker isn't quite the right fit.
Random Student Picker — the closest neighbour when this picker isn't quite the right fit.
Classroom Team Generator — the closest neighbour when this picker isn't quite the right fit.
All picks are independent — running one picker doesn't influence the others.
About this category
Classroom pickers are the highest-utility tools on the site. Teachers use them daily for cold-calling, group generation, brain breaks, reward selection and behaviour management.
Everything here is deployment-tested — TES-compliant, GDPR-safe (no student data leaves the browser), works on smartboards and tablets.
FAQ
Every lesson?
Once a fortnight is plenty.
You might also like
Random Warm-up Activity
5-minute starter, ready to run.
Hand-picked match
Random Exit Ticket
End-of-lesson formative check in 3 minutes.
Hand-picked match
Random Student Picker
Paste the class list. Tap. Done.
Hand-picked match
Behaviour Reward Picker
Reward consistency, not just the big wins.
Same category
Brain Break Generator
Reset the room in under a minute.
Same category
Classroom Challenge Generator
Tiny prompts to lift the energy.
Same category