Quote:
I went to your website and downloaded the source but it looked the same to me, is there a more recent version somewhere? (this says 07/14/03)
Quote:
However that paper on combined Tausworthe generators says:
"recurrences based on polynomials with too few non-zero coefficients are known to have important statistical defects" (and gives references)
"recurrences based on polynomials with too few non-zero coefficients are known to have important statistical defects" (and gives references)
Quote:
Anyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin." - John Von Neumann
The reason I used the PRNG generator I did was it fulfilled my two most pressing needs at the time, it's fast - about 40x faster than the standard method, and it's spectrally flat with a reasonable cycle time.
Quote:
So you probably want a more complex polynomial any way
My impression (but I'm no expert) is that a 32 bit prng is way too short to be much good (which is why he (Pierre L'Ecuyer) combines them)
My impression (but I'm no expert) is that a 32 bit prng is way too short to be much good (which is why he (Pierre L'Ecuyer) combines them)
Quote:
(and if it were me doing it, it would be by guess and by golly, so I'd test the shit out of it ;) )
Lee.