amanda <[EMAIL PROTECTED]> writes:

> The seed generation *is* the RNG. What happens later is a PRNG, not an RNG.
> 
> An RNG with a poor seed is always a poor RNG.
Yes, but there are a number of ways for an RNG to be 
poor that will still make it acceptable for use to
seed a PRNG, because the PRNG distills the randomness.

For instance, a badly biased RNG can still be used
to seed a PRNG. You just need more data.

-Ekr

-- 
[Eric Rescorla                                   [EMAIL PROTECTED]]
          PureTLS - free SSLv3/TLS software for Java
                http://www.rtfm.com/puretls/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to