1 --- rand.3.bsdnew 2009-11-13 14:11:50.000000000 -0800
2 +++ rand.3 2009-11-13 14:11:50.000000000 -0800
12 .Nd bad random number generator
18 -.Fn srand "unsigned seed"
27 -.Fn rand_r "unsigned *ctx"
41 These interfaces are obsoleted by
42 @@ -85,7 +93,7 @@ seeded with a value of 1.
46 -function initializes a seed using the
47 +function initializes a seed, using the
49 random number device which returns good random numbers.
51 @@ -98,7 +106,7 @@ function
52 provides the same functionality as
54 A pointer to the context value
57 must be supplied by the caller.