[issue27742] Random.seed(5, version=1) generates different values in PYthon2 and Python3

SilentGhost report at bugs.python.org
Fri Aug 12 05:07:13 EDT 2016


SilentGhost added the comment:

The rnd.random is still producing the same sequence, between versions. randint evidently doesn't, but that must be happening elsewhere.

----------
components: +Extension Modules
nosy: +SilentGhost, mark.dickinson, rhettinger
type:  -> behavior
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list