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

Function uniform32_from_uint32

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

Source from the content-addressed store, hash-verified

66
67
68def uniform32_from_uint32(x):
69 return uint32_to_float32(x)
70
71
72def uniform32_from_uint(x, bits):

Callers 1

uniform32_from_uintFunction · 0.85

Calls 1

uint32_to_float32Function · 0.85

Tested by

no test coverage detected