A list randomizer usually hands you a reordered list and asks you to believe it. For a solo task that is plenty. For anything where the order decides who gets what, the missing piece is not randomness — it is evidence.
Run a Race instead. Every item on your list becomes a runner, they run, and the finishing order is your shuffled list. The order is fixed into the share link before anyone opens it, so the shuffle is reproducible and nobody had a private first look.
What people shuffle here
- Running order for presentations, demos, or performances
- The order chores or shifts get handed out in
- Reading order, question order, or who answers next
- Draft order and pick order for leagues and drafts
- Any queue where being first or last actually matters
Reproducible shuffles
The shuffle is seeded, and the seed travels in the URL. Two people opening the same link on opposite sides of the world get the identical order, today and next month. That makes the link a record of the decision, not just a screenshot of one.
Every match runs in the viewer's own browser. No server picks anything, and no list you paste is stored anywhere unless you sign in and choose to save it as a crew.
Paste formats it accepts
One item per line is the normal case. A single comma-separated line works. So do semicolon-separated lists, numbered lists like "1. thing", bulleted lists, and a column copied out of Google Sheets or Excel — the parser scores the columns and keeps the one that looks like names rather than numbers.
How it works
Paste the list
Up to 30 items, in any of the usual formats.
Run the race
Every item becomes a runner. The finish is your order.
Keep the link
It reproduces the same shuffle, forever.
Questions
Is the shuffle uniformly random?
Yes. The order is drawn before the animation and every permutation is equally likely, unless you deliberately turn on Weighted odds.
Can I get the same shuffle again later?
Yes. Keep the share link. It always replays the identical order.
How long a list can I shuffle?
Up to 30 items in one run.
Is my list uploaded anywhere?
No. The match runs entirely in your browser. Lists are only stored if you sign in and save one as a crew on purpose.