summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand48.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drand48(3) returns values in [0.0, 1.0).tb2019-12-201-3/+3
| | | | | | From j@bitminer.ca with input from Andras Farkas, deraadt, joerg@netbsd "fix however you feel best!" jmc
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* missing commas at the end of .Nm lines in the NAME sectionschwarze2015-09-101-3/+3
|
* Xr and Ox fixes;jmc2014-12-091-4/+6
|
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-081-27/+83
| | | | | | | | | | | | | | | | | to returning strong random by default, source from arc4random(3). Parameters to the seeding functions are ignored, and the subsystems remain in strong random mode. If you wish the standardized deterministic mode, call srand_deterministic(), srandom_determistic(), srand48_deterministic(), seed48_deterministic() or lcong48_deterministic() instead. The re-entrant functions rand_r(), erand48(), nrand48(), jrand48() are unaffected by this change and remain in deterministic mode (for now). Verified as a good roadmap forward by auditing 8800 pieces of software. Roughly 60 pieces of software will need adaptation to request the deterministic mode. Violates POSIX and C89, which violate best practice in this century. ok guenther tedu millert
* Warn people to use arc4random() in DESCRIPTION so they see it usingmillert2014-11-251-5/+8
| | | | the same text from random.3.
* obvious cases of missing .An;schwarze2014-09-081-3/+3
| | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
* Ouch... recommend arc4random, not random.deraadt2014-01-211-3/+3
| | | | spotted by tedu
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Update STANDARDS section for a few <stdlib.h> functionsguenther2012-06-021-2/+16
| | | | | | Update SYNOPSIS for setkey() to show it's in <stdlib.h> ok jmc@, millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - section reorderjmc2003-06-011-3/+3
| | | | | - merge COMPATIBILITY - kill whitespace at EOL
* typos;jmc2003-05-101-5/+5
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+2
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* Flesh out stdlib function man pages.aaron2000-04-201-11/+15
|
* Formatting and grammar.aaron1999-09-271-2/+2
|
* first round of repairs on stdlibaaron1999-06-291-2/+2
|
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-2/+2
|
* add .Xr's for all the random functions in libcmillert1998-07-051-1/+2
|
* Fix RCS idstholo1996-08-191-1/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+160