urandom(4) -> random(4)
PR: 27858 Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp> Approved by: markm
This commit is contained in:
parent
1fbcf0ac65
commit
df49b8e2ab
@ -89,7 +89,7 @@ seeded with a value of 1.
|
||||
The
|
||||
.Fn sranddev
|
||||
function initializes a seed using the
|
||||
.Xr urandom 4
|
||||
.Xr random 4
|
||||
random number device which returns good random numbers,
|
||||
suitable for cryptographic use.
|
||||
.Pp
|
||||
@ -101,7 +101,7 @@ A pointer to the context value
|
||||
must be supplied by the caller.
|
||||
.Sh SEE ALSO
|
||||
.Xr random 3 ,
|
||||
.Xr urandom 4
|
||||
.Xr random 4
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn rand
|
||||
|
@ -101,7 +101,7 @@ as the seed.
|
||||
The
|
||||
.Fn srandomdev
|
||||
routine initialize a state array using
|
||||
.Xr urandom 4
|
||||
.Xr random 4
|
||||
random number device which returns good random numbers,
|
||||
suitable for cryptographic use.
|
||||
Note that this particular seeding
|
||||
@ -176,7 +176,7 @@ messages are printed on the standard error output.
|
||||
.Sh SEE ALSO
|
||||
.Xr rand 3 ,
|
||||
.Xr srand 3 ,
|
||||
.Xr urandom 4
|
||||
.Xr random 4
|
||||
.Sh HISTORY
|
||||
These
|
||||
functions appeared in
|
||||
|
Loading…
Reference in New Issue
Block a user