看板 DFBSD_commit 關於我們 聯絡資訊
commit 31f10bcb1fbc0b3a543164ae7f38d9cf8855fd17 Author: Matthew Dillon <dillon@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@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