This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ztane
Recipients SilentGhost, mark.dickinson, rhettinger, wrohdewald, ztane
Date 2016-08-12.09:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470995746.69.0.116426562704.issue27742@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-12 09:55:46ztanesetrecipients: + ztane, rhettinger, mark.dickinson, SilentGhost, wrohdewald
2016-08-12 09:55:46ztanesetmessageid: <1470995746.69.0.116426562704.issue27742@psf.upfronthosting.co.za>
2016-08-12 09:55:46ztanelinkissue27742 messages
2016-08-12 09:55:46ztanecreate