MCPcopy Create free account
hub / github.com/numpy/numpy / get_indexes_rand_

Function get_indexes_rand_

benchmarks/benchmarks/common.py:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116@lru_cache(typed=True)
117def get_indexes_rand_():
118 indexes_rand = get_indexes_rand()
119 indexes_rand_ = indexes_rand[indexes_rand < nxs]
120 return indexes_rand_
121
122
123@lru_cache(typed=True)

Callers 1

setupMethod · 0.85

Calls 1

get_indexes_randFunction · 0.85

Tested by

no test coverage detected