Goulash bridge

Generator

Output formats

Freakness

Measuring hand freakness was developed by Richard Pavlicek. When deals are generated with uniform distribution, then the expected (average) freakness of a random hand is approximately 2.98.

Importance of statistics

Bridge is a game of probabilities. If you generate deals randomly with uniform distribution, then normal probabilities apply. If you generate then with non-uniform distribution, then it changes the whole game. It is not bridge anymore, although the rules are the same. In order to be successful, you need completely new methods for bidding, play and defence. Everything changes. So it is absolutely vital that participants of the goulash tournament know, how the deals are generated, or at least how freaky they are.

How the generator works

This bridge deal generator is designed to generate freaky deals. Normally, every single deal has the same probability of occurrence. Deals with the same pattern can be grouped. Each pattern occurs with the probability proportional to the number of different deals with that pattern. In order to change the expected freakness of a random bridge hand, a parameter k is cleverly chosen. To change the normal probabilities, a random deal pattern is generated with probability proportional to the k-th power of the normal probability. The deal itself is generated from the deal pattern, with random uniform distribution.

Generator properties

If k equals 1, then each deal occurs with same probability (normal random). If k equals 0, then each deal pattern (there are 393197 of them) occurs with the same probability. Eg: 13-0-0-0 in all hands simultaneously occurs with the same probability as 4-3-3-3 in all hands simultaneously.
Some other goulash dealing methods require each hand to have 7 card suit. If you are South, and know that West has exactly 6 spades, then you should think: in which suit does West have 7 cards, and where are his two voids? These types of constraints are very artificial and I don't like these generators.

Author

Comments are welcome: hendrik dot nigul gmail dot com.