Message196744
Of course if this idea will be accepted we can turn current functions in the random module into wrappers around generators from the distrib module.
E.g.:
def triangular(self, *args, **kwargs):
return next(triangular(*args, random=self, **kwargs)) |
|
| Date |
User |
Action |
Args |
| 2013-09-01 22:24:41 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, madison.may |
| 2013-09-01 22:24:41 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-09-01 22:24:41 | serhiy.storchaka | link | issue18900 messages |
| 2013-09-01 22:24:41 | serhiy.storchaka | create | |
|