MCPcopy
hub / github.com/dask/dask / random_sample

Method random_sample

dask/array/random.py:713–714  ·  view source on GitHub ↗
(self, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

711
712 @derived_from(np.random.RandomState, skipblocks=1)
713 def random_sample(self, size=None, chunks="auto", **kwargs):
714 return _wrap_func(self, "random_sample", size=size, chunks=chunks, **kwargs)
715
716 random = random_sample
717

Callers 1

pseudorandomFunction · 0.95

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected