History log of /netbsd-src/lib/libc/stdlib/random.3 (Results 1 – 23 of 23)
Revision Date Author Comments
# e6fc3c59 04-Dec-2022 uwe <uwe@NetBSD.org>

Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS


# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# 32baae89 12-Jun-2014 christos <christos@NetBSD.org>

update for new signatures


# 50902a3b 15-Oct-2011 rmind <rmind@NetBSD.org>

Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.


# 908cf676 28-Feb-2008 christos <christos@NetBSD.org>

mention RANDOM_MAX


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 6569c5c5 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 9856438e 07-Feb-2002 ross <ross@NetBSD.org>

generate & symbolically


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 10b6bfb6 08-Jan-2002 thorpej <thorpej@NetBSD.org>

Make a note about the alignment requirement of the state array
passed to initstate(3). This is actually documented in comments
in the code.


# 4e59d266 16-Sep-2001 wiz <wiz@NetBSD.org>

Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,
and some minor fixes.


# 12df1a8e 09-Jun-2001 assar <assar@NetBSD.org>

remove confusing comparison with srand (it does not return the old seed)
use .Sh AUTHORS and .An for author


# 8f6dee4c 05-Oct-2000 itojun <itojun@NetBSD.org>

make random(3) manpage meet with actual implementation.
argument to srandom() and initstate() were changed in
lib/libc/stdlib/random.c 1.28 -> 1.29, and manpage was left behind.


# 38c96853 22-Mar-1999 garbled <garbled@NetBSD.org>

Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!


# aba63e6a 28-Apr-1998 fair <fair@NetBSD.org>

fix mdoc references and mistakes


# 312aca53 05-Feb-1998 perry <perry@NetBSD.org>

add LIBRARY section to man page


# df0d6631 04-Feb-1998 kleink <kleink@NetBSD.org>

Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was
recently changed from int to long (lite-2 import), I saw no reason to delay
this `alignment'.)


# 5f8a6c06 30-Jan-1998 perry <perry@NetBSD.org>

update to lite-2


# 6dda330e 28-Dec-1995 thorpej <thorpej@NetBSD.org>

New-style RCS ids.


# 21f07470 04-Oct-1993 jtc <jtc@NetBSD.org>

Change <stdlib> to <stdlib.h> in SYNOPSIS.


# b1bd4afe 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources