On Sun, Feb 02, 2003 at 21:20:09 +0300, Andrey A. Chernov wrote:
> On Sun, Feb 02, 2003 at 17:30:48 +0000, Mark Murray wrote:
> > 
> > Why not? Arc4 is a) deterministic and b) good for all bits.
> 
> If you mean arc4random() function - not, because it use true randomness,
> if you mean RC4 algorithm, probably yes, but we should compare its
> distribution with our current variant and be sure that speed is
> acceptable. What form RC4 distribution have?

BTW, if we ever think about replacing our current variant with such 
complex and unknown (at least to me) thing as RC4-based PseudoRNG, I 
simpatize more to Knuth variant mentioned by David Schultz:

http://www-cs-faculty.stanford.edu/~knuth/programs/rng.c

RC4 is good for hashing existen randomness, but is it good as PseudoRNG?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to