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

Function sfc64_next64

numpy/random/src/sfc64/sfc64.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36static inline uint64_t sfc64_next64(sfc64_state *state) {
37 return sfc64_next(&state->s[0]);
38}
39
40static inline uint32_t sfc64_next32(sfc64_state *state) {
41 uint64_t next;

Callers

nothing calls this directly

Calls 1

sfc64_nextFunction · 0.85

Tested by

no test coverage detected