-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (28 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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.
When you report bugs please mention the version number in the source
files, and preferably send context diffs if you changed anything.
I might put in your fixes, and distribute a new version someday.
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.
Hans van Staveren
Amsterdam
Holland
<sater@sater.home.cs.vu.nl>
------------------------------------------------------------------------------
This is a version of Hans' program with several new functions. Please
look in the Manual directory for a description.
Henk Uijterwaal
Amsterdam
Holland
henk@ripe.net
------------------------------------------------------------------------------
Notes:
To build on MAC OS, replace the line
CFLAGS = -Wall -pedantic -O2 -I. -DNDEBUG -c
by
CFLAGS= -g -DNDEBUG -DFRANCOIS -I.