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

Method set_seed

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

Source from the content-addressed store, hash-verified

1317 self.seed = 123456789
1318
1319 def set_seed(self):
1320 random.seed(self.seed)
1321
1322 def test_uniform(self):
1323 low = [0]

Callers 15

test_uniformMethod · 0.95
test_normalMethod · 0.95
test_betaMethod · 0.95
test_exponentialMethod · 0.95
test_standard_gammaMethod · 0.95
test_gammaMethod · 0.95
test_fMethod · 0.95
test_noncentral_fMethod · 0.95
test_chisquareMethod · 0.95
test_standard_tMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected