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

Method seed

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

Source from the content-addressed store, hash-verified

530 return importlib.import_module(_backend_name)
531
532 def seed(self, seed=None):
533 self._numpy_state.seed(seed)
534
535 @derived_from(np.random.RandomState, skipblocks=1)
536 def beta(self, a, b, size=None, chunks="auto", **kwargs):

Callers 7

default_initializerFunction · 0.45
test_sort_values_Function · 0.45
test_meta_from_arrayFunction · 0.45
test_sort_valuesFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_sort_values_Function · 0.36
test_meta_from_arrayFunction · 0.36
test_sort_valuesFunction · 0.36