Message7963

Author fdb
Recipients fdb, fwierzbicki, santa4nt
Date 2013-03-23.00:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363999546.1.0.470928634211.issue1817@psf.upfronthosting.co.za>
In-reply-to
Content
As you probably are aware, CPython returns totally different values for the same code:

0.844421851525
0.134364244112
0.956034271889
0.237964627092
0.236048089737
0.62290169489
...

I'm not sugesting each random seed should return the same value in Jython and CPython. However, code depending on CPython's random behaviour will return skewed results: I've been bitten by this bug myself.

BTW how do we get something that resembles CPython's random behaviour in Jython?
History
Date User Action Args
2013-03-23 00:45:46fdbsetmessageid: <1363999546.1.0.470928634211.issue1817@psf.upfronthosting.co.za>
2013-03-23 00:45:46fdbsetrecipients: + fdb, fwierzbicki, santa4nt
2013-03-23 00:45:46fdblinkissue1817 messages
2013-03-23 00:45:46fdbcreate