SilentGhost added the comment:

> There seems to be more to it

I'm not sure what "it" are you referring to. The output of randint is not 
guaranteed to be the same across versions, the seeded sequence is still the 
same between python2 and 3 - as documented.

----------
title: Random.seed(5, version=1) generates different values in PYthon2 and 
Python3 -> Random.randint generates different values in Python2 and Python3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to