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

Method binomial

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

Source from the content-addressed store, hash-verified

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