Antti Haapala added the comment:

but yes, now that I read the documentation, 3.5 docs it say very explicitly 
that:

  Two aspects are guaranteed not to change:

    - If a new seeding method is added, then a backward compatible seeder will 
be offered.
    - The generator’s random() method will continue to produce the same 
sequence when the compatible seeder is given the same seed.

thus no guarantee is given about any other method at all, including randrange 
and randint.

----------

_______________________________________
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