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 pitrou
Recipients loewis, mark.dickinson, pitrou, rhettinger, terrence
Date 2010-02-09.11:16:39
SpamBayes Score 0.06850355
Marked as misclassified No
Message-id <1265714202.05.0.211968488701.issue7889@psf.upfronthosting.co.za>
In-reply-to
Content
It's not only getrandbits():

** x86 **
>>> random.seed(b'foo')
>>> random.random()
0.95824312997798622

** x86_64 **
>>> random.seed(b'foo')
>>> random.random()
0.88694660946819537
History
Date User Action Args
2010-02-09 11:16:42pitrousetrecipients: + pitrou, loewis, rhettinger, mark.dickinson, terrence
2010-02-09 11:16:42pitrousetmessageid: <1265714202.05.0.211968488701.issue7889@psf.upfronthosting.co.za>
2010-02-09 11:16:39pitroulinkissue7889 messages
2010-02-09 11:16:39pitroucreate