??? 09/10/07 16:02 Read: times |
#144322 - most rng's Responding to: ???'s previous message |
If you use an lfsr and a hashing function such as md4 then the result will pass diehard ,if you use an lfsr on its own it will produce a sequence of pseudo random numbers and then repeat but the sequence produced will have certain well documented features such as the number of numbers with n bits and so on.The good thing about lfsrs is that they do not produce collisions |