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

Method gamma

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

Source from the content-addressed store, hash-verified

173
174 @derived_from(np.random.Generator, skipblocks=1)
175 def gamma(self, shape, scale=1.0, size=None, chunks="auto", **kwargs):
176 return _wrap_func(
177 self, "gamma", shape, scale, size=size, chunks=chunks, **kwargs
178 )
179
180 @derived_from(np.random.Generator, skipblocks=1)
181 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