MCPcopy
hub / github.com/dask/dask / beta

Method beta

dask/array/_array_expr/random.py:107–108  ·  view source on GitHub ↗
(self, a, b, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

105
106 @derived_from(np.random.Generator, skipblocks=1)
107 def beta(self, a, b, size=None, chunks="auto", **kwargs):
108 return _wrap_func(self, "beta", a, b, size=size, chunks=chunks, **kwargs)
109
110 @derived_from(np.random.Generator, skipblocks=1)
111 def binomial(self, n, p, size=None, chunks="auto", **kwargs):

Callers 1

test_random_allFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 1

test_random_allFunction · 0.36