summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some people still argue that rand(3) and random(3) have suitable deterministicderaadt2021-02-121-2/+5
* Xr and Ox fixes;jmc2014-12-091-4/+6
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-081-54/+56
* Don't describe random() as "better".millert2014-11-251-5/+5
* zap trailing whitespace;jmc2014-07-181-3/+3
* it is 2014, and we still need to encourage people away from srand()deraadt2014-07-171-2/+8
* oops, i deleted the wrong wordtedu2014-07-131-2/+2
* remove a lie spotted by guenthertedu2014-07-131-5/+4
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-011-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto2005-11-301-4/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-06-011-3/+3
* typos;jmc2003-05-101-4/+4
* Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech2001-09-061-2/+2
* remove confusing comparison with srand (it does not return the old seed)assar2001-06-091-11/+3
* 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
* add .Xr's for all the random functions in libcmillert1998-07-051-1/+2
* More XPG4.2 --millert1998-02-071-4/+14
* size_t n in initstate(); XPGderaadt1998-02-061-2/+2
* Fix RCS idstholo1996-08-191-2/+1
* document largest possible value; netbsd pr#2338; from banshee@gabriella.resor...deraadt1996-05-041-1/+7
* initial import of NetBSD treederaadt1995-10-181-0/+167