[issue21470] Better seeding for the random module

STINNER Victor report at bugs.python.org
Mon May 12 23:31:39 CEST 2014


STINNER Victor added the comment:

"MT is equidistributed.  This a major point in its favor but also implies that there are long stretches of "uninteresting" sequences.  When we seed with only a subset the state space, there is a risk of systematically landing in those stretches."

What is an uninteresting sequence? What are the problem of these sequences?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21470>
_______________________________________


More information about the Python-bugs-list mailing list