MCPcopy
hub / github.com/dask/dask / normal

Method normal

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

Source from the content-addressed store, hash-verified

289
290 @derived_from(np.random.Generator, skipblocks=1)
291 def normal(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs):
292 return _wrap_func(
293 self, "normal", loc, scale, size=size, chunks=chunks, **kwargs
294 )
295
296 @derived_from(np.random.Generator, skipblocks=1)
297 def pareto(self, a, size=None, chunks="auto", **kwargs):

Callers 9

test_from_delayedFunction · 0.45
test_from_delayed_daskFunction · 0.45
test_array_assignmentFunction · 0.45
test_from_delayedFunction · 0.45
test_array_assignmentFunction · 0.45
test_gh_3055Function · 0.45
test_complex_orderingFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 9

test_from_delayedFunction · 0.36
test_from_delayed_daskFunction · 0.36
test_array_assignmentFunction · 0.36
test_from_delayedFunction · 0.36
test_array_assignmentFunction · 0.36
test_gh_3055Function · 0.36
test_complex_orderingFunction · 0.36