summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech2001-09-061-2/+2
| | | | | | be a single digit. Powered by mantoya@. millert@ ok.
* remove confusing comparison with srand (it does not return the old seed)assar2001-06-091-11/+3
| | | | use .Sh AUTHORS and .An for author
* Flesh out stdlib function man pages.aaron2000-04-201-17/+22
|
* Add srandomdev() from FreeBSD for use by sendmail and others.millert2000-04-031-2/+23
|
* Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.pjanzen2000-01-191-7/+1
|
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-9/+4
|
* first round of repairs on stdlibaaron1999-06-291-7/+7
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* add .Xr's for all the random functions in libcmillert1998-07-051-1/+2
|
* More XPG4.2 --millert1998-02-071-4/+14
| | | | | setstate takes a const parameter don't ever spew to stderr, just return NULL
* size_t n in initstate(); XPGderaadt1998-02-061-2/+2
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* document largest possible value; netbsd pr#2338; from ↵deraadt1996-05-041-1/+7
| | | | banshee@gabriella.resort.com
* initial import of NetBSD treederaadt1995-10-181-0/+167