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

Method default_bit_generator

dask/array/backends.py:356–358  ·  view source on GitHub ↗

Return the default BitGenerator type

(self)

Source from the content-addressed store, hash-verified

354
355 @property
356 def default_bit_generator(self):
357 """Return the default BitGenerator type"""
358 raise NotImplementedError
359
360 @staticmethod
361 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