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 serhiy.storchaka
Recipients Dave.Reid, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2012-06-14.21:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339708833.6648.35.camel@raxxla>
In-reply-to <1338625973.28.0.3126152926.issue14591@psf.upfronthosting.co.za>
Content
> The = 0x80000000UL was intentional.  The low-order 31 bits of mt[0] don't form part of the state of the Mersenne Twister:  the resulting random stream isn't affected by their values.

Thanks, I have no more questions.
History
Date User Action Args
2012-06-14 21:20:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, pitrou, vstinner, Dave.Reid
2012-06-14 21:20:19serhiy.storchakalinkissue14591 messages
2012-06-14 21:20:18serhiy.storchakacreate