[issue9816] random.jumpahead and PRNG sequence independence

Craig McQueen report at bugs.python.org
Thu Nov 14 00:59:11 CET 2013


Craig McQueen added the comment:

I notice that the C++11 library has a discard() member function for its random generators, which is effectively a jumpahead operation. It seems that the C++11 library has implemented discard() for the Mersene Twister generator. If jumpahead() is technically possible for MT, can it be added back into the Python library?

----------
nosy: +cmcqueen1975

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


More information about the Python-bugs-list mailing list