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

Function philox_next64

numpy/random/src/philox/philox.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static inline uint64_t philox_next64(philox_state *state) {
233 return philox_next(state);
234}
235
236static inline uint32_t philox_next32(philox_state *state) {
237 uint64_t next;

Callers

nothing calls this directly

Calls 1

philox_nextFunction · 0.85

Tested by

no test coverage detected