MCPcopy 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
437long rk_long(rk_state *state) { return rk_ulong(state) >> 1; }
438
439unsigned long rk_ulong(rk_state *state) {
440#if ULONG_MAX <= 0xffffffffUL

Callers

nothing calls this directly

Calls 1

rk_ulongFunction · 0.85

Tested by

no test coverage detected