summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/random.3')
-rw-r--r--src/lib/libc/stdlib/random.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3
index b98917a442..fba0f46d70 100644
--- a/src/lib/libc/stdlib/random.3
+++ b/src/lib/libc/stdlib/random.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: random.3,v 1.15 2003/05/10 06:48:30 jmc Exp $ 32.\" $OpenBSD: random.3,v 1.16 2003/06/01 19:27:27 jmc Exp $
33.\" 33.\"
34.Dd April 19, 1991 34.Dd April 19, 1991
35.Dt RANDOM 3 35.Dt RANDOM 3
@@ -154,8 +154,6 @@ it is initialized.
154With 256 bytes of state information, the period of the random number 154With 256 bytes of state information, the period of the random number
155generator is greater than 2**69 155generator is greater than 2**69
156which should be sufficient for most purposes. 156which should be sufficient for most purposes.
157.Sh AUTHORS
158.An Earl T. Cohen
159.Sh DIAGNOSTICS 157.Sh DIAGNOSTICS
160If 158If
161.Fn initstate 159.Fn initstate
@@ -185,6 +183,8 @@ function is an extension.
185These 183These
186functions appeared in 184functions appeared in
187.Bx 4.2 . 185.Bx 4.2 .
186.Sh AUTHORS
187.An Earl T. Cohen
188.Sh BUGS 188.Sh BUGS
189About 2/3 the speed of 189About 2/3 the speed of
190.Xr rand 3 . 190.Xr rand 3 .