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:
Dima Dorfman 2001-06-07 02:31:03 +00:00
parent 1fbcf0ac65
commit df49b8e2ab
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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