Psudo-Random Number Prediction
问题 I am building a program using various methods of generating psudo random numbers. With reasonable results. I of course get better results (statistically speaking), if I use either the inbuilt random number generator in visual C#, or some other formal psudo random code where the method is not known to me. This is not my question. My question is, given any of the methods used, and given the fact that any computer generated random number is done according to a specified formula and code logic,