Replace the random number generator with an IBAA generator for /dev/random
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 18 Jun 2006 01:33:31 +0000 (01:33 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 18 Jun 2006 01:33:31 +0000 (01:33 +0000)
commitb798ccfc8eb9391864e29f883468754c620ba622
treebff3555920c4b23b573733c851abda0ac4489d64
parent33138348abef5be01b6308424e91c7999b0b3a87
Replace the random number generator with an IBAA generator for /dev/random
and a L15 generator for /dev/urandom.

Submitted-by: Robin J Carey
Modified-from-original: Syntax adjusted to DragonFly kernel norms, and I
integrated the original code into the DragonFly kernel random number
generator API.  Also added a TSC-based seed on top of nanouptime.
sys/conf/files
sys/kern/kern_random.c [deleted file]