What this tool does
The Random Order Generator turns your list into a numbered sequence where every possible ordering is equally likely - the fairest way to decide who goes first, second, and last.
How the randomness works
The order comes from a Fisher-Yates shuffle seeded by a cryptographic random draw. Going first (or last) is often an advantage, so fairness matters here: our statistical tests verify that every item is equally likely to land in every position, including the coveted first and last spots.
Read more about fairness and receipts on RandomEveryth.ing.
When to use it
- Presentation and demo order for classes or teams
- Performance lineup for recitals and talent shows
- Turn order for games without dice arguments
- Interview or audition scheduling order
Frequently asked questions
- Why not just go alphabetically?
- Alphabetical order gives the same people the same slot every time - students with last names late in the alphabet know this well. A random order spreads the advantage evenly.
- Someone missed their turn - can I redraw just the rest?
- Yes. Remove the completed entries from the list and generate again for a fresh order of who remains.