MCPcopy 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
103def uniform_from_dsfmt(x):
104 return x.view(np.double) - 1.0
105
106
107def gauss_from_uint(x, n, bits):

Callers 1

gauss_from_uintFunction · 0.85

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected