Currently, `samples()` calls `random.gauss()`. It would be several times faster to use the inverse CDF method instead. <!-- gh-linked-prs --> ### Linked PRs * gh-108324 * gh-108658 <!-- /gh-linked-prs -->
Currently,
samples()callsrandom.gauss(). It would be several times faster to use the inverse CDF method instead.Linked PRs
NormalDist.samples()when a seed is given #108658