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 aisaac, madison.may, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, tim.peters, westley.martinez
Date 2013-09-01.08:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378025020.92.0.734177884165.issue18844@psf.upfronthosting.co.za>
In-reply-to
Content
> A more efficient approach for many use-cases would do the precomputation once, returning some kind of 'distribution' object from which samples can be generated.

I like the idea about adding a family of distribution generators. They should check input parameters and make a precomputation and then generate infinite sequence of specially distributed random numbers.
History
Date User Action Args
2013-09-01 08:43:40serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, pitrou, aisaac, westley.martinez, madison.may
2013-09-01 08:43:40serhiy.storchakasetmessageid: <1378025020.92.0.734177884165.issue18844@psf.upfronthosting.co.za>
2013-09-01 08:43:40serhiy.storchakalinkissue18844 messages
2013-09-01 08:43:40serhiy.storchakacreate