Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ uniform32_from_uint32
Function
uniform32_from_uint32
numpy/random/tests/test_direct.py:79–80 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
77
78
79
def
uniform32_from_uint32(x):
80
return
uint32_to_float32(x)
81
82
83
def
uniform32_from_uint(x, bits):
Callers
1
uniform32_from_uint
Function · 0.85
Calls
1
uint32_to_float32
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…