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

Method default_bit_generator

dask/array/cupy_entry_point.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48 @property
49 def default_bit_generator(self):
50 return _cupy().random.XORWOW
51
52 @staticmethod
53 def ones(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cupyFunction · 0.85

Tested by

no test coverage detected