Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rk_long
Function
rk_long
numpy/random/src/mt19937/randomkit.c:437–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
long rk_long(rk_state *state) { return rk_ulong(state) >> 1; }
438
439
unsigned long rk_ulong(rk_state *state) {
440
#if ULONG_MAX <= 0xffffffffUL
Callers
nothing calls this directly
Calls
1
rk_ulong
Function · 0.85
Tested by
no test coverage detected