| ??? 12/21/07 15:47 Read: times |
#148591 - RNG schemes can be malicious! Responding to: ???'s previous message |
Some time ago I needed a random bit stream. So, I took one of these RNG schemes, masked the upper 7bits and resulted in 0,1,0,1,0,1,0,1,0,1,0,1,0,1,...
I made some further analysis and found that certain numbers never seem to occur. I also found that sometimes succeeding numbers are related somehow, like in the example above, that when an odd number occured, the next will be an even. These RNG schemes can behave very strange and you should carefully analyse what this thingy actually does. Kai |



