cvs commit: src/sys/kern kern_nrandom.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 17 18:35:01 PDT 2006
dillon 2006/06/17 18:35:00 PDT
DragonFly src repository
Added files:
sys/kern kern_nrandom.c
Log:
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.
More information about the Commits
mailing list