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