On 12/21/2009 1:13 AM, David Cournapeau wrote:
But the OP case mostly like falls in your estimated 0.01% case. PRNG quality is essential for reliable Monte Carlo procedures. I don't think long period is enough to guarantee those good properties for // random generators - at least it is not obvious to me.
Now it's not, long periods are not indicator of quality. I was responding to the chance of unexpected repetition of sequence because of collision of entry points. Long periods is an indicator that the chance of entry point collision should be low enough. Long periods (alone) doesn't mean anything to the quality of the randomness itself.
-- http://mail.python.org/mailman/listinfo/python-list