Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ setSeed
Function
setSeed
TheForceEngine/TFE_DarkForces/random.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void setSeed(s32 seed)
22
{
23
s_seed = seed;
24
}
25
26
s32 random_next()
27
{
Callers
1
restoreReplaySeed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected