diff options
Diffstat (limited to 'src/lib/libc/stdlib/random.3')
-rw-r--r-- | src/lib/libc/stdlib/random.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3 index ad92b60387..020c72805f 100644 --- a/src/lib/libc/stdlib/random.3 +++ b/src/lib/libc/stdlib/random.3 | |||
@@ -25,9 +25,9 @@ | |||
25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" $OpenBSD: random.3,v 1.27 2014/12/08 21:45:20 deraadt Exp $ | 28 | .\" $OpenBSD: random.3,v 1.28 2014/12/09 21:55:39 jmc Exp $ |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: December 8 2014 $ | 30 | .Dd $Mdocdate: December 9 2014 $ |
31 | .Dt RANDOM 3 | 31 | .Dt RANDOM 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -70,7 +70,7 @@ In | |||
70 | the | 70 | the |
71 | .Ar seed | 71 | .Ar seed |
72 | variable is ignored, and strong random number results will be provided from | 72 | variable is ignored, and strong random number results will be provided from |
73 | .Xr arc4random 3. | 73 | .Xr arc4random 3 . |
74 | In other systems, the | 74 | In other systems, the |
75 | .Ar seed | 75 | .Ar seed |
76 | variable primes a simplistic deterministic algorithm. | 76 | variable primes a simplistic deterministic algorithm. |
@@ -183,7 +183,9 @@ function is an extension. | |||
183 | .Pp | 183 | .Pp |
184 | The | 184 | The |
185 | .Fn srandom_deterministic | 185 | .Fn srandom_deterministic |
186 | function is an OpenBSD extension. | 186 | function is an |
187 | .Ox | ||
188 | extension. | ||
187 | .Sh HISTORY | 189 | .Sh HISTORY |
188 | These | 190 | These |
189 | functions appeared in | 191 | functions appeared in |