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

Method default_bit_generator

dask/array/backends.py:357–359  ·  view source on GitHub ↗

Return the default BitGenerator type

(self)

Source from the content-addressed store, hash-verified

355
356 @property
357 def default_bit_generator(self):
358 """Return the default BitGenerator type"""
359 raise NotImplementedError
360
361 @staticmethod
362 def ones(shape, *, dtype=None, meta=None, **kwargs):

Callers 2

default_rngFunction · 0.45
default_rngFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected