Bus Seat Assignment — Random Generator
RandomBus Seat Assignment is a tool that randomly assigns bus seats.
What is it
Bus Seat Assignment shuffles names or choices in the browser for classes, events, and games.
Fisher-Yates shuffle + layout mapping
How to use
- 1Enter names.
- 2Press randomize.
- 3Review the result.
Reference
| Input | Result |
|---|---|
| name list | randomly assigns bus seats |
Sources & standards
- ECMAScript Language Specification - Ecma International
FAQ
Is input sent to a server?
No. It runs in your browser.
Can I reproduce the same result?
This version is for immediate randomizing. Fixed seed replay is a future enhancement.