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 gem, rhettinger
Date 2017-01-05.00:15:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483575346.56.0.348395816328.issue29161@psf.upfronthosting.co.za>
In-reply-to
Content
From the docs at https://docs.python.org/3/library/random.html#alternative-generator :

"""
class random.SystemRandom([seed])
Class that uses the os.urandom() function for generating random numbers from sources provided by the operating system. Not available on all systems. Does not rely on software state, and sequences are not reproducible. Accordingly, the seed() method has no effect and is ignored. The getstate() and setstate() methods raise NotImplementedError if called.
"""

What is it that you think needs to be added or changed?
History
Date User Action Args
2017-01-05 00:15:46rhettingersetrecipients: + rhettinger, gem
2017-01-05 00:15:46rhettingersetmessageid: <1483575346.56.0.348395816328.issue29161@psf.upfronthosting.co.za>
2017-01-05 00:15:46rhettingerlinkissue29161 messages
2017-01-05 00:15:46rhettingercreate