DEALER(6) | User Documentation | DEALER(6) |
dealer - bridge hand generator
dealer [-023ehuvmqV] [-p n] [-g n] [-s seed] [-l n] [inputfile]
The program dealer can be used to generate hands for partnerships bidding training or for generating statistics that can be used to design conventions, or win postmortems.
Running the program involves 3 steps. First, the user has to write an input file containing hand-descriptions and action. A very simple example would look something like:
condition shape(north, any 4333 + any 4423) and hcp(north)>=19 action printall
The first line specifies a condition for the north hand, in this case, a hand with 4333 or 4432 shape and at least 19 high card points. The second line tells the program to print the 4 hands. The program reads from standard input, so in principle, it is possible to enter the conditions directly into the program. Using a file is a lot more practical though, as it allows the user to re-use conditions and fine-tune the conditions.
Then the program has to be run, it reads the file, looks at the various command line switches and then produces a number of hands. The output appears on the screen but can be re-directed to a file.
Finally, the user has to look at output and analyze the produced hands. Alternatively, the output can be used for a playing program.
[1] ftp://ftp.cirl.uoregon.edu/pub/users/ginsberg/bridge/
I would prefer if you did not use this program for generating hands for tournaments. I have not investigated the random number generation closely enough for me to be comfortable with that thought.
/usr/share/doc/dealer/Manual, dealer.dpp(6), deal(6).
This program is hereby put in the public domain. Do with it whatever you want, but I would like you not to redistribute it in modified form without mentioning the fact of modification. I will accept bug reports and modification requests, without any obligation of course, but fixing bugs someone else put in is beyond me.
2020-07-28 | Dealer |