MCPcopy
hub / github.com/dask/dask / exponential

Method exponential

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

Source from the content-addressed store, hash-verified

159
160 @derived_from(np.random.Generator, skipblocks=1)
161 def exponential(self, scale=1.0, size=None, chunks="auto", **kwargs):
162 return _wrap_func(
163 self, "exponential", scale, size=size, chunks=chunks, **kwargs
164 )
165
166 @derived_from(np.random.Generator, skipblocks=1)
167 def f(self, dfnum, dfden, size=None, chunks="auto", **kwargs):

Callers 1

test_quantileFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 1

test_quantileFunction · 0.36