tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Patch: new random pseudodevice



> You are aware of the fact that 99.99% of computers don't have true
> random number generators and the bits you claim that are random are
> not random at all?

Actually, practically all computers have true random number generators.
The first problem is that neither they nor their interfaces are
designed as such, so getting the randomness out of them and into the
system is...interesting.  The second problem is that nobody really
knows just how good the resulting randomness is - that is, while there
is true randomness there, nobody knows just how much information
content there is in each "random" bit.  (The latter is one reason for
whitening input bits as they are gathered.)

These random number generators are things like the turbulence inside
disk drives and the noise in sound input.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index