Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_random
Method
time_random
benchmarks/benchmarks/bench_import.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.execute(
'from numpy import matlib'
)
32
33
def
time_random(self):
34
self.execute(
'from numpy import random'
)
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected