MCPcopy Index your code
hub / github.com/dask/dask / binomial

Method binomial

dask/array/_array_expr/random.py:111–112  ·  view source on GitHub ↗
(self, n, p, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

109
110 @derived_from(np.random.Generator, skipblocks=1)
111 def binomial(self, n, p, size=None, chunks="auto", **kwargs):
112 return _wrap_func(self, "binomial", n, p, size=size, chunks=chunks, **kwargs)
113
114 @derived_from(np.random.Generator, skipblocks=1)
115 def chisquare(self, df, 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