|
|
|
|
|
by cbsmith
1117 days ago
|
|
> Hear hear. There is, indeed, no such thing as running out of entropy in a modern PRNG's state. Yes, of course. PRNG's are about producing random data from a seed. But /dev/random & /dev/urandom isn't just a PRNG. > What we really want is to always have an RNG-seeded PRNG, and to always use the PRNG not the RNG. Which is effectively what is going on with /dev/random & /dev/urandom |
|