MCPcopy
hub / github.com/dask/dask / binomial

Method binomial

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

Source from the content-addressed store, hash-verified

116
117 @derived_from(np.random.Generator, skipblocks=1)
118 def binomial(self, n, p, size=None, chunks="auto", **kwargs):
119 return _wrap_func(self, "binomial", n, p, size=size, chunks=chunks, **kwargs)
120
121 @derived_from(np.random.Generator, skipblocks=1)
122 def chisquare(self, df, size=None, chunks="auto", **kwargs):

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected