[New-bugs-announce] [issue46737] Default to the standard normal distribution

Raymond Hettinger report at bugs.python.org
Sun Feb 13 06:27:05 EST 2022


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

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)

----------
components: Library (Lib)
messages: 413177
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Default to the standard normal distribution
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46737>
_______________________________________


More information about the New-bugs-announce mailing list