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

Method geometric

dask/array/_array_expr/random.py:165–166  ·  view source on GitHub ↗
(self, p, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

163
164 @derived_from(np.random.Generator, skipblocks=1)
165 def geometric(self, p, size=None, chunks="auto", **kwargs):
166 return _wrap_func(self, "geometric", p, size=size, chunks=chunks, **kwargs)
167
168 @derived_from(np.random.Generator, skipblocks=1)
169 def gumbel(self, loc=0.0, scale=1.0, 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