Re: Testing a Pseudo-Random Generator



Reef Fish wrote:
<snip>
They both LOOK random.

Good pseudorandom number generators produce sequences that are
virtually
indistinguishable from those generated by a truly random process.
<snip>

The general definition for a pseudorandom generator is that there does not exist a polynomial distinguisher, that is, an algorithm which runs in polynomial time and space w.r.t. the number of bits generated by the generator.

One of the criteria for stream ciphers is that they behave as a pseudorandom generator.

Ursus
.



Relevant Pages