MCPcopy
hub / github.com/dask/dask / gamma

Method gamma

dask/array/random.py:171–174  ·  view source on GitHub ↗
(self, shape, scale=1.0, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

169
170 @derived_from(np.random.Generator, skipblocks=1)
171 def gamma(self, shape, scale=1.0, size=None, chunks="auto", **kwargs):
172 return _wrap_func(
173 self, "gamma", shape, scale, size=size, chunks=chunks, **kwargs
174 )
175
176 @derived_from(np.random.Generator, skipblocks=1)
177 def geometric(self, p, size=None, chunks="auto", **kwargs):

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected