aboutsummaryrefslogtreecommitdiff
path: root/games/random/random.c
Commit message (Expand)AuthorAgeFilesLines
* Suggections from bde@Andrey A. Chernov2008-08-111-1/+2
* All cosmetic.Andrey A. Chernov2008-08-101-3/+3
* I was confused a bit by the wrong construction with RAND_MAXAndrey A. Chernov2008-08-081-3/+3
* 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be)Andrey A. Chernov2008-08-081-11/+5
* 1) Fix hang at the end of line buffer (PR 95715)Andrey A. Chernov2006-04-141-0/+4
* Correct an error in the previous revision. RAND_MAX is the maximum valueJohn Baldwin2005-06-221-3/+9
* Fix for 64-bit platforms. random() returns values between 0 and RAND_MAX,John Baldwin2005-05-271-3/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
* Properly initialise 'filename' so that random -l doesn't try to open NULL.Stefan Farfeleder2004-10-031-5/+4
* Make the __FBSDID usage consistentDavid E. O'Brien2003-05-051-3/+2
* flexlint rears its head as well as some style(9) fixes[1]. Fixed aSean Chittenden2003-02-151-10/+13
* Update random(6) to have the ability to randomize a file/stdin basedSean Chittenden2003-02-111-13/+52
* Remove __PWarner Losh2002-02-181-1/+1
* -Wall fixes.Bill Fumerola1999-12-121-1/+1
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-1/+5
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-011-1/+1
* Remove so-called revoke, this game never installed sguidAndrey A. Chernov1997-09-011-4/+0
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-2/+1
* Use srandomdev() nowAndrey A. Chernov1997-03-301-4/+5
* Fix srandom arg type accodring to Lite2Andrey A. Chernov1997-03-111-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Include <limits.h> to get LONG_MAX - don't depend on namespace pollutionBruce Evans1995-02-031-0/+1
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-041-0/+148