MCPcopy 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
114def uniform_from_dsfmt(x):
115 return x.view(np.double) - 1.0
116
117
118def gauss_from_uint(x, n, bits):

Callers 1

gauss_from_uintFunction · 0.85

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…