Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ SplitmixRNG
Method
SplitmixRNG
library/include/modules/Random.h:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
public:
112
SplitmixRNG(uint64_t seed) {
113
init(seed);
114
}
115
116
void init(uint64_t seed) {
117
state = seed;
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected