MCPcopy Index your code
hub / github.com/dask/dask / randint

Method randint

dask/array/_array_expr/random.py:675–678  ·  view source on GitHub ↗
(self, low, high=None, size=None, chunks="auto", dtype="l", **kwargs)

Source from the content-addressed store, hash-verified

673
674 @derived_from(np.random.RandomState, skipblocks=1)
675 def randint(self, low, high=None, size=None, chunks="auto", dtype="l", **kwargs):
676 return _wrap_func(
677 self, "randint", low, high, size=size, chunks=chunks, dtype=dtype, **kwargs
678 )
679
680 @derived_from(np.random.RandomState, skipblocks=1)
681 def random_integers(self, low, high=None, size=None, chunks="auto", **kwargs):

Callers 15

test_arr_likeFunction · 0.45
test_arr_like_shapeFunction · 0.45
test_coarsenFunction · 0.45
test_unary_ufuncFunction · 0.45
test_binary_ufuncFunction · 0.45
test_ufunc_outerFunction · 0.45
test_complexFunction · 0.45
test_ufunc_2resultsFunction · 0.45
test_angleFunction · 0.45
test_issignedinfFunction · 0.45
test_non_ufunc_othersFunction · 0.45
test_divmodFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 15

test_arr_likeFunction · 0.36
test_arr_like_shapeFunction · 0.36
test_coarsenFunction · 0.36
test_unary_ufuncFunction · 0.36
test_binary_ufuncFunction · 0.36
test_ufunc_outerFunction · 0.36
test_complexFunction · 0.36
test_ufunc_2resultsFunction · 0.36
test_angleFunction · 0.36
test_issignedinfFunction · 0.36
test_non_ufunc_othersFunction · 0.36
test_divmodFunction · 0.36