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 madison.may
Recipients madison.may, mark.dickinson, rhettinger, serhiy.storchaka
Date 2013-09-01.19:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378065506.6.0.202046518314.issue18900@psf.upfronthosting.co.za>
In-reply-to
Content
I like the core idea of a family of random generators, but it feels like a new module that's nearly identical to random introduces a lot of repeated code.

Perhaps adding an additional optional arg ('generator=False', for example) to these functions in the random module would be a bit simpler.
History
Date User Action Args
2013-09-01 19:58:26madison.maysetrecipients: + madison.may, rhettinger, mark.dickinson, serhiy.storchaka
2013-09-01 19:58:26madison.maysetmessageid: <1378065506.6.0.202046518314.issue18900@psf.upfronthosting.co.za>
2013-09-01 19:58:26madison.maylinkissue18900 messages
2013-09-01 19:58:26madison.maycreate