|
|
|
|
|
by apalmblad
5610 days ago
|
|
It sounds like ticket design is the problem; an algorithm is needed that:
- produces a set of bingo cards or tic-tac-toe boards such that only one board per card is a winner
- produces cards that contain a number of almost winners Simply randomly assigning numbers wouldn't work, and it seems the method they've developed for building "fun to play" cards contains weaknesses against statistical analysis. Hmm... now I'll be stuck mulling over a good algorithm for this all day... |
|