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

Method hypergeometric

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

Source from the content-addressed store, hash-verified

189
190 @derived_from(np.random.Generator, skipblocks=1)
191 def hypergeometric(self, ngood, nbad, nsample, size=None, chunks="auto", **kwargs):
192 return _wrap_func(
193 self,
194 "hypergeometric",
195 ngood,
196 nbad,
197 nsample,
198 size=size,
199 chunks=chunks,
200 **kwargs,
201 )
202
203 @derived_from(np.random.Generator, skipblocks=1)
204 def integers(

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected