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 rhettinger
Recipients ciphergoth, mark.dickinson, rhettinger
Date 2018-10-28.21:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540760863.25.0.788709270274.issue35094@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought.  We don't guarantee that sample() will always produce the same sequences, so that does give us some freedom; however, we have a strong aversion to doing so unless there is a compelling advantage.  It will almost certainly cause some disruption for users if their samples stop being reproducible from a given seed.  There is some value to the implementation remaining stable.
History
Date User Action Args
2018-10-28 21:07:43rhettingersetrecipients: + rhettinger, mark.dickinson, ciphergoth
2018-10-28 21:07:43rhettingersetmessageid: <1540760863.25.0.788709270274.issue35094@psf.upfronthosting.co.za>
2018-10-28 21:07:43rhettingerlinkissue35094 messages
2018-10-28 21:07:43rhettingercreate