(self)
| 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 |
nothing calls this directly
no test coverage detected