MCPcopy Create free account
hub / github.com/numpy/numpy / test_normal

Method test_normal

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

Source from the content-addressed store, hash-verified

1926 assert_array_equal(out1, out2)
1927
1928 def test_normal(self):
1929 def gen_random(state, out):
1930 out[...] = state.normal(size=10000)
1931
1932 self.check_function(gen_random, sz=(10000,))
1933
1934 def test_exp(self):
1935 def gen_random(state, out):

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected