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

Method test_normal

numpy/random/tests/test_randomstate.py:1900–1904  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1898 assert_array_equal(out1, out2)
1899
1900 def test_normal(self):
1901 def gen_random(state, out):
1902 out[...] = state.normal(size=10000)
1903
1904 self.check_function(gen_random, sz=(10000,))
1905
1906 def test_exp(self):
1907 def gen_random(state, out):

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected