Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ uniform_from_dsfmt
Function
uniform_from_dsfmt
numpy/random/tests/test_direct.py:114–115 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
112
113
114
def
uniform_from_dsfmt(x):
115
return
x.view(np.double) - 1.0
116
117
118
def
gauss_from_uint(x, n, bits):
Callers
1
gauss_from_uint
Function · 0.85
Calls
1
view
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…