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

Method f

dask/array/random.py:167–168  ·  view source on GitHub ↗
(self, dfnum, dfden, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

165
166 @derived_from(np.random.Generator, skipblocks=1)
167 def f(self, dfnum, dfden, size=None, chunks="auto", **kwargs):
168 return _wrap_func(self, "f", dfnum, dfden, size=size, chunks=chunks, **kwargs)
169
170 @derived_from(np.random.Generator, skipblocks=1)
171 def gamma(self, shape, scale=1.0, size=None, chunks="auto", **kwargs):

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected