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

Method test_standard_normal_zig

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

Source from the content-addressed store, hash-verified

176 params_0(rg.random)
177
178 def test_standard_normal_zig(self):
179 rg = self._create_rng().rg
180 assert_(len(rg.standard_normal(10)) == 10)
181
182 def test_standard_normal(self):
183 rg = self._create_rng().rg

Callers

nothing calls this directly

Calls 2

_create_rngMethod · 0.95
assert_Function · 0.90

Tested by

no test coverage detected