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

Method random_sample

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

Source from the content-addressed store, hash-verified

715
716 @derived_from(np.random.RandomState, skipblocks=1)
717 def random_sample(self, size=None, chunks="auto", **kwargs):
718 return _wrap_func(self, "random_sample", size=size, chunks=chunks, **kwargs)
719
720 random = random_sample
721

Callers 1

pseudorandomFunction · 0.95

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected