MCPcopy Index your code
hub / github.com/numpy/numpy / test_standard_normal

Method test_standard_normal

numpy/random/tests/test_smoke.py:182–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 assert_(len(rg.standard_normal(10)) == 10)
181
182 def test_standard_normal(self):
183 rg = self._create_rng().rg
184 assert_(len(rg.standard_normal(10)) == 10)
185 params_0(rg.standard_normal)
186
187 def test_standard_gamma(self):
188 rg = self._create_rng().rg

Callers

nothing calls this directly

Calls 3

_create_rngMethod · 0.95
assert_Function · 0.90
params_0Function · 0.85

Tested by

no test coverage detected