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

Function next_double

numpy/core/include/numpy/random/distributions.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 binomial_t *binomial);
200double random_loggam(double x);
201static inline double next_double(bitgen_t *bitgen_state) {
202 return bitgen_state->next_double(bitgen_state->state);
203}
204
205#ifdef __cplusplus
206}

Callers 15

legacy_rayleighFunction · 0.85
legacy_vonmisesFunction · 0.85
legacy_logseriesFunction · 0.85
hypergeometric_hruaFunction · 0.85
random_standard_uniformFunction · 0.85
random_standard_normalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected