MCPcopy
hub / github.com/dask/dask / RandomState

Method RandomState

dask/array/backends.py:348–354  ·  view source on GitHub ↗

Return the backend-specific RandomState class For example, the 'numpy' backend simply returns ``numpy.random.RandomState``.

(self)

Source from the content-addressed store, hash-verified

346
347 @property
348 def RandomState(self):
349 """Return the backend-specific RandomState class
350
351 For example, the 'numpy' backend simply returns
352 ``numpy.random.RandomState``.
353 """
354 raise NotImplementedError
355
356 @property
357 def default_bit_generator(self):

Callers 15

pseudorandomFunction · 0.45
random_state_dataFunction · 0.45
sample_percentilesFunction · 0.45
percentiles_summaryFunction · 0.45
sampleFunction · 0.45
pd_splitFunction · 0.45
sampleMethod · 0.45
random_stateMethod · 0.45
__call__Method · 0.45
make_dataframe_partFunction · 0.45
test_groupby_uniqueFunction · 0.45

Calls

no outgoing calls