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

Method beta

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

Source from the content-addressed store, hash-verified

107
108 @derived_from(np.random.Generator, skipblocks=1)
109 def beta(self, a, b, size=None, chunks="auto", **kwargs):
110 return _wrap_func(self, "beta", a, b, size=size, chunks=chunks, **kwargs)
111
112 @derived_from(np.random.Generator, skipblocks=1)
113 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