Module Name: src Committed By: dsl Date: Mon Aug 20 20:32:09 UTC 2012
Modified Files: src/lib/libc/gen: arc4random.c Log Message: arc4 is a random number sequence, there is no point using its own output values to determine a number of output values to skip. Skipping values on any possibly random event might be worth while, as might using the keying algorithm to stir in a possibly random value. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.