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

Method exponential

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

Source from the content-addressed store, hash-verified

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