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 amaury.forgeotdarc, nadeem.vawda, pitrou, rhettinger
Date 2011-11-14.02:57:29
SpamBayes Score 0.02527779
Marked as misclassified No
Message-id <1321239450.66.0.515569086823.issue13396@psf.upfronthosting.co.za>
In-reply-to
Content
The differential cost of generating n random bytes is negligible compared to actually doing anything with the bytes once their generated.  

This optimization is close to being a total waste (saving 15 milliseconds for the abnormal case of generating 1 million random bytes).
History
Date User Action Args
2011-11-14 02:57:30rhettingersetrecipients: + rhettinger, amaury.forgeotdarc, pitrou, nadeem.vawda
2011-11-14 02:57:30rhettingersetmessageid: <1321239450.66.0.515569086823.issue13396@psf.upfronthosting.co.za>
2011-11-14 02:57:30rhettingerlinkissue13396 messages
2011-11-14 02:57:29rhettingercreate