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

Method standard_cauchy

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

Source from the content-addressed store, hash-verified

322
323 @derived_from(np.random.Generator, skipblocks=1)
324 def standard_cauchy(self, size=None, chunks="auto", **kwargs):
325 return _wrap_func(self, "standard_cauchy", size=size, chunks=chunks, **kwargs)
326
327 @derived_from(np.random.Generator, skipblocks=1)
328 def standard_exponential(self, size=None, chunks="auto", **kwargs):

Callers 2

test_random_allFunction · 0.45
test_raises_bad_kwargFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 2

test_random_allFunction · 0.36
test_raises_bad_kwargFunction · 0.36