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

Method gamma

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

Source from the content-addressed store, hash-verified

157
158 @derived_from(np.random.Generator, skipblocks=1)
159 def gamma(self, shape, scale=1.0, size=None, chunks="auto", **kwargs):
160 return _wrap_func(
161 self, "gamma", shape, scale, size=size, chunks=chunks, **kwargs
162 )
163
164 @derived_from(np.random.Generator, skipblocks=1)
165 def geometric(self, p, size=None, chunks="auto", **kwargs):

Callers 1

test_random_allFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 1

test_random_allFunction · 0.36