PQueueR

About PQueueR

Simple idea. Fair outcomes.

PQueueR uses Fisher-Yates shuffle so every possible player order has the same chance.

How It Works

  1. Add every player name.
  2. Tap Queue Up.
  3. The app shuffles the list locally on your device.

Why This Is Fair

Fisher-Yates walks backward through the list and swaps each position with a randomly selected earlier position. That process avoids the repeated-sort bias that can creep into simpler random ordering tricks.

Privacy

Player names stay in this browser using local storage. There is no account, no backend, and no analytics script in the PWA shell.