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 rhettinger
Date 2022-02-13.11:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644751625.52.0.483632432415.issue46737@roundup.psfhosted.org>
In-reply-to
Content
This is really minor, but it would convenient if we provided default arguments:

    random.gauss(mu=0.0, sigma=1.0)
    random.normalvariate(mu=0.0, sigma=1.0)
History
Date User Action Args
2022-02-13 11:27:05rhettingersetrecipients: + rhettinger
2022-02-13 11:27:05rhettingersetmessageid: <1644751625.52.0.483632432415.issue46737@roundup.psfhosted.org>
2022-02-13 11:27:05rhettingerlinkissue46737 messages
2022-02-13 11:27:05rhettingercreate