MCPcopy 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

35rg = np.random.Generator(PCG64())
36
37def numpycall():
38 return rg.normal(size=n)
39
40# Check that the functions work
41r1 = numbacall()

Callers 1

extending.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected