diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:55:03 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:55:03 +0000 |
| commit | a080f5787d7f8911e04c768af1136b03190430bc (patch) | |
| tree | b3aa3524572906b3ee9c43f59080615c8231ea04 /lib/libc/stdlib/random.3 | |
| parent | ab9b932c99ab56d74522baee8c7b3414fa17199b (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
| -rw-r--r-- | lib/libc/stdlib/random.3 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index bced4aa9b52d7..21950846d47d9 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -189,17 +189,6 @@ About 2/3 the speed of .Xr rand 3 . .Pp The historical implementation used to have a very weak seeding; the -random sequence did not vary much with the seed. For compatibility -reasons, this implementation has been made available until the -next -.Tn FreeBSD -release via the functions -.Fn orandom , -.Fn osrandom , -.Fn oinitstate -and -.Fn osetstate -from the compatibility library, -.Em libcompat . +random sequence did not vary much with the seed. The current implementation employs a better pseudo-random number generator for the initial state calculation. |
