MCPcopy Create free account
hub / github.com/dask/dask / seed

Method seed

dask/array/_array_expr/random.py:518–519  ·  view source on GitHub ↗
(self, seed=None)

Source from the content-addressed store, hash-verified

516 return importlib.import_module(_backend_name)
517
518 def seed(self, seed=None):
519 self._numpy_state.seed(seed)
520
521 @derived_from(np.random.RandomState, skipblocks=1)
522 def beta(self, a, b, size=None, chunks="auto", **kwargs):

Callers 2

test_random_seedFunction · 0.45
test_measuresFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_random_seedFunction · 0.36
test_measuresFunction · 0.36