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

Method random

dask/array/_array_expr/random.py:316–319  ·  view source on GitHub ↗
(self, size=None, dtype=np.float64, out=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

314
315 @derived_from(np.random.Generator, skipblocks=1)
316 def random(self, size=None, dtype=np.float64, out=None, chunks="auto", **kwargs):
317 return _wrap_func(
318 self, "random", size=size, dtype=dtype, out=out, chunks=chunks, **kwargs
319 )
320
321 @derived_from(np.random.Generator, skipblocks=1)
322 def rayleigh(self, scale=1.0, size=None, chunks="auto", **kwargs):

Callers 15

test_tsqrFunction · 0.45
test_tsqr_uncertainFunction · 0.45
test_sfqrFunction · 0.45
test_meshgridFunction · 0.45
test_repeatFunction · 0.45
test_tile_chunksFunction · 0.45
test_tile_neg_repsFunction · 0.45
test_tile_zero_repsFunction · 0.45
test_pad_0_widthFunction · 0.45
test_padFunction · 0.45
test_pad_udfFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 15

test_tsqrFunction · 0.36
test_tsqr_uncertainFunction · 0.36
test_sfqrFunction · 0.36
test_meshgridFunction · 0.36
test_repeatFunction · 0.36
test_tile_chunksFunction · 0.36
test_tile_neg_repsFunction · 0.36
test_tile_zero_repsFunction · 0.36
test_pad_0_widthFunction · 0.36
test_padFunction · 0.36
test_pad_udfFunction · 0.36