summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.3
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Xr and Ox fixes;jmc1-4/+6
2014-12-08Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt1-54/+56
2014-11-25Don't describe random() as "better".millert1-5/+5
2014-07-18zap trailing whitespace;jmc1-3/+3
2014-07-17it is 2014, and we still need to encourage people away from srand()deraadt1-2/+8
2014-07-13oops, i deleted the wrong wordtedu1-2/+2
2014-07-13remove a lie spotted by guenthertedu1-5/+4
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu1-3/+3
2012-06-01Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto1-4/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-01- section reorderjmc1-3/+3
2003-05-10typos;jmc1-4/+4
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech1-2/+2
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar1-11/+3
2000-04-20Flesh out stdlib function man pages.aaron1-17/+22
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.millert1-2/+23
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.pjanzen1-7/+1
1999-07-04trash some old leftover macros and replace them with -mdoc macrosaaron1-9/+4
1999-06-29first round of repairs on stdlibaaron1-7/+7
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-07-05add .Xr's for all the random functions in libcmillert1-1/+2
1998-02-07More XPG4.2 --millert1-4/+14
1998-02-06size_t n in initstate(); XPGderaadt1-2/+2
1996-08-19Fix RCS idstholo1-2/+1
1996-05-04document largest possible value; netbsd pr#2338; from banshee@gabriella.resort.comderaadt1-1/+7
1995-10-18initial import of NetBSD treederaadt1-0/+167