Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ uniform_from_dsfmt
Function
uniform_from_dsfmt
numpy/random/tests/test_direct.py:103–104 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
101
102
103
def
uniform_from_dsfmt(x):
104
return
x.view(np.double) - 1.0
105
106
107
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