summaryrefslogtreecommitdiffstats
path: root/monop/roll.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-4/+3
|
* Fix a bit more lint.dholland2008-02-241-4/+4
|
* We do not need special code for pdp11. Also, because random() returns alldholland2008-02-241-26/+4
| | | good bits (unlike rand()) we can simplify this.
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+4
| | | | | | | | Fold monop.ext (which was extern data decls) into monop.h and deck.h. Fold monop.def (which had definitions for the extern data) into monop.c. Fold brd.dat/mon.dat/prop.dat (which were array initializers for some of the data) into monop.c. Rearrange includes accordingly. No functional change.
* Use random() rather than rand(). Suggested by diffing against OpenBSD.dholland2008-02-201-3/+3
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* de-registerwiz2002-06-021-4/+2
|
* Convert to something resembling KNF.simonb1999-08-211-15/+14
|
* WARNSifychristos1997-10-121-8/+13
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
|
* New version from uunet.mycroft1993-08-071-4/+23
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Use POSIX RAND_MAX rather than guessing.mycroft1993-04-191-20/+3
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+74