git: kernel - Update random number generator
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat May 15 10:01:16 PDT 2010
commit 31f10bcb1fbc0b3a543164ae7f38d9cf8855fd17
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat May 15 09:54:37 2010 -0700
kernel - Update random number generator
* Update the random number generator with recommended changes to IBAA.
This addresses a short-cycle problem and prevents bad initial states.
* Passes diehard (as did the original).
* Note that DragonFly continuously injects entropy and was likely not
subject to these issues, and with these changes is even less so.
Submitted-by: Robin Carey <robin.carey1 at googlemail.com>
Summary of changes:
sys/kern/kern_nrandom.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/31f10bcb1fbc0b3a543164ae7f38d9cf8855fd17
--
DragonFly BSD source repository
More information about the Commits
mailing list