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

Function random_standard_uniform

numpy/random/src/distributions/distributions.c:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28double random_standard_uniform(bitgen_t *bitgen_state) {
29 return next_double(bitgen_state);
30}
31
32void random_standard_uniform_fill(bitgen_t *bitgen_state, npy_intp cnt, double *out) {
33 npy_intp i;

Callers

nothing calls this directly

Calls 1

next_doubleFunction · 0.85

Tested by

no test coverage detected