MCPcopy Create free account
hub / github.com/numpy/numpy / uniform_from_uint64

Function uniform_from_uint64

numpy/random/tests/test_direct.py:90–91  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

88
89
90def uniform_from_uint64(x):
91 return (x >> np.uint64(11)) * (1.0 / 9007199254740992.0)
92
93
94def uniform_from_uint32(x):

Callers 2

uniform_from_uintFunction · 0.85
gauss_from_uintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected