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

Method test_f

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

Source from the content-addressed store, hash-verified

325 params_1(rg.exponential)
326
327 def test_f(self):
328 rg = self._create_rng().rg
329 vals = rg.f(3, 1000, 10)
330 assert_(len(vals) == 10)
331
332 def test_gamma(self):
333 rg = self._create_rng().rg

Callers

nothing calls this directly

Calls 3

_create_rngMethod · 0.95
assert_Function · 0.90
fMethod · 0.45

Tested by

no test coverage detected