Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Random
Method
Random
Source/Utils/diamondsquare.hpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
long idum[1];
76
77
Random(long seed) {
78
*idum = seed;
79
iy = 0;
80
}
81
82
double next_gauss() {
83
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected