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

Method hypergeometric

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected