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

Method RandomState

dask/array/backends.py:347–353  ·  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

345
346 @property
347 def RandomState(self):
348 """Return the backend-specific RandomState class
349
350 For example, the 'numpy' backend simply returns
351 ``numpy.random.RandomState``.
352 """
353 raise NotImplementedError
354
355 @property
356 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