MCPcopy Index your code
hub / github.com/numpy/numpy / time_rng

Method time_rng

benchmarks/benchmarks/bench_random.py:23–24  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

21 self.params = tuple(params) + ((100, 100),)
22
23 def time_rng(self, name):
24 self.func(*self.params)
25
26
27class Shuffle(Benchmark):

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected