Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ numpycall
Function
numpycall
numpy/random/_examples/numba/extending.py:37–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
rg = np.random.Generator(PCG64())
36
37
def
numpycall():
38
return
rg.normal(size=n)
39
40
# Check that the functions work
41
r1 = numbacall()
Callers
1
extending.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected