Tested tool guide
Tested browser tools
Checked August 16, 2026
What Bingo Number Caller does, with a checked example
This tool runs a standard 75-ball bingo draw in the browser. Each call announces a letter-number pair such as B-9 or O-63, marks the number on a 5-by-15 board, and appends it to a call history in order. Auto-call mode makes the next draw automatically on a timer you can speed up or slow down, so one person can run a whole session. The thing most people get wrong: numbers are drawn without replacement, so no number can be called twice in a game, and the draw never evens itself out no matter how long the game runs.
Worked example
A concrete input and expected output from the current implementation.
Input
A new game whose first three calls were B-9, I-24, and N-33.
->
Expected output
The board marks B-9, I-24, and N-33; the history lists them in that order; 72 numbers remain in the draw pool (14 in each of B, I, and N, and 15 in G and O).
75 minus 3 is 72, and because each column holds exactly 15 numbers, removing one call from each of three columns leaves 14 in those columns. The next call is chosen at random from the 72 remaining numbers, so it cannot be predicted in advance.