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

Function numbacall

numpy/random/_examples/numba/extending.py:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30n = 10000
31
32def numbacall():
33 return normalsj(n, state_addr)
34
35rg = np.random.Generator(PCG64())
36

Callers 1

extending.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected