Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetSeed
Function
GetSeed
TombEngine/Math/Random.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
static unsigned int Seed = DEFAULT_SEED;
11
12
unsigned int GetSeed()
13
{
14
return Seed;
15
}
16
17
void SetSeed(unsigned int seed)
18
{
Callers
1
Build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected