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

Function pcg64_cm_next64

numpy/random/src/pcg64/pcg64.h:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398static inline uint64_t pcg64_cm_next64(pcg64_state *state) {
399 return pcg_cm_random_r(state->pcg_state);
400}
401
402static inline uint32_t pcg64_cm_next32(pcg64_state *state) {
403 uint64_t next;

Callers

nothing calls this directly

Calls 1

pcg_cm_random_rFunction · 0.85

Tested by

no test coverage detected