Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ getSeed
Method
getSeed
Source/Map/Random.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
int16 cRandomMap::getSeed() const {
143
return mParams.mRandom.getStartingSeed();
144
}
145
146
void cRandomMap::setSeed(const int16 pSeed) {
147
Callers
nothing calls this directly
Calls
1
getStartingSeed
Method · 0.80
Tested by
no test coverage detected