Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
static inline uint64_t sfc64_next64(sfc64_state *state) {
37
return sfc64_next(&state->s[0]);
38
}
39
40
static inline uint32_t sfc64_next32(sfc64_state *state) {
41
uint64_t next;
Callers
nothing calls this directly
Calls
1
sfc64_next
Function · 0.85
Tested by
no test coverage detected