]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man4/random.4
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / man / man4 / random.4
index 3c36e631721eb0217e6b0c43496d6c9d8ab479fb..4ba8415d255dba9565568f3fab42ed8a13b825bb 100644 (file)
@@ -36,13 +36,13 @@ is a compatibility nod to Linux. On Linux,
 will produce lower quality output if the entropy pool drains, while
 .Nm /dev/random
 will prefer to block and wait for additional entropy to be collected.
-With Yarrow, this choice and distinction is not necessary, and
+With Fortuna, this choice and distinction is not necessary, and
 the two devices behave identically. You may use either.
 .Pp
 The
 .Nm
 device implements the
-.Nm Yarrow
+.Nm Fortuna
 pseudo random number generator algorithm and maintains its entropy pool.
 The kernel automatically seeds the algorithm with additional entropy during normal execution.
 .Sh FILES