diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2019-04-22 16:29:34 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2019-04-22 16:29:34 +0000 |
commit | 680defa7cefe932be1a4d3f3bf97c6e5d2eb63e3 (patch) | |
tree | 85b8889b7f94282cd5b2f9dc0e56e0f843b01108 /lib/libc/stdlib | |
parent | 0ab49eea7f7737c36460d90f0e785d83c43e05dc (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/random.3 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 9eea9932c8bd6..b42e5d3d2a2e9 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -28,7 +28,7 @@ .\" @(#)random.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd April 15, 2019 +.Dd April 22, 2019 .Dt RANDOM 3 .Os .Sh NAME @@ -187,11 +187,3 @@ functions appeared in .Bx 4.2 . .Sh AUTHORS .An Earl T. Cohen -.Sh BUGS -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. -The current implementation employs a better pseudo-random number -generator for the initial state calculation. |