Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

For each of the 81 cells of the grid the possibility of it being used for a specific card is not identical but it is reasonably close. 

Each card has a position on the back side of it. It is not possible for the back and front of a specific card to appear at the same time in the game, just like a real card. 

If you only look at the back of the 54 cards each cell in the grid has 9 total chances to be used (three for each the row, column and section. 3 x 3 = 9). So any single specific card takes nine of those cells and reduces the opportunities of them being used to 8 (as those options are on the back of that card). So the opportunities of a cell being used for a specific card is 8/54 for 9 of the cells and 9/54 for the other 72 cells.

This is all further complicated by multiple cards having the same card type on their front, which tweaks the odds again.

The reason there is only a single deck of cards with fronts and backs, is that it would reduce the manufacturing cost in a physical game, which is what I was modelling. Two decks would allow the cells possibility of being used for a specific card equal.

At least I think that's right.