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 Rhamphoryncus, chemacortes, jcea, mark.dickinson, pitrou, rhettinger
Date 2009-02-11.22:52:08
SpamBayes Score 2.2870242e-06
Marked as misclassified No
Message-id <1234392732.29.0.359313303845.issue5186@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch. It uses a 4-bit shift and an addition. We
should avoid the use of logical or, because it makes the outputs
non-uniformly distributed ('1' bits are more likely).
History
Date User Action Args
2009-02-11 22:52:13pitrousetrecipients: + pitrou, rhettinger, jcea, chemacortes, mark.dickinson, Rhamphoryncus
2009-02-11 22:52:12pitrousetmessageid: <1234392732.29.0.359313303845.issue5186@psf.upfronthosting.co.za>
2009-02-11 22:52:11pitroulinkissue5186 messages
2009-02-11 22:52:10pitroucreate