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

Method hypergeometric

dask/array/_array_expr/random.py:173–183  ·  view source on GitHub ↗
(self, ngood, nbad, nsample, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

171
172 @derived_from(np.random.Generator, skipblocks=1)
173 def hypergeometric(self, ngood, nbad, nsample, size=None, chunks="auto", **kwargs):
174 return _wrap_func(
175 self,
176 "hypergeometric",
177 ngood,
178 nbad,
179 nsample,
180 size=size,
181 chunks=chunks,
182 **kwargs,
183 )
184
185 @derived_from(np.random.Generator, skipblocks=1)
186 def integers(

Callers 1

test_random_allFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 1

test_random_allFunction · 0.36