Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ uniform_from_uint64
Function
uniform_from_uint64
numpy/random/tests/test_direct.py:101–102 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
99
100
101
def
uniform_from_uint64(x):
102
return
(x >> np.uint64(11)) * (1.0 / 9007199254740992.0)
103
104
105
def
uniform_from_uint32(x):
Callers
2
uniform_from_uint
Function · 0.85
gauss_from_uint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…