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

Method test_standard_exponential

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

Source from the content-addressed store, hash-verified

191 params_1(rg.standard_gamma)
192
193 def test_standard_exponential(self):
194 rg = self._create_rng().rg
195 assert_(len(rg.standard_exponential(10)) == 10)
196 params_0(rg.standard_exponential)
197
198 def test_standard_exponential_float(self):
199 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