1 --- _SB/Libc/stdlib/FreeBSD/rand.3 2004-11-25 11:38:42.000000000 -0800
2 +++ _SB/Libc/stdlib/FreeBSD/rand.3.edit 2006-06-28 16:55:53.000000000 -0700
12 .Nd bad random number generator
18 -.Fn srand "unsigned seed"
27 -.Fn rand_r "unsigned *ctx"
41 These interfaces are obsoleted by
46 -function initializes a seed using the
47 +function initializes a seed, using the
49 random number device which returns good random numbers,
50 suitable for cryptographic use.
52 provides the same functionality as
54 A pointer to the context value
57 must be supplied by the caller.