Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ init
Function
init
Source/Util/Random.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void init()
11
{
12
rd.seed(std::time(nullptr));
13
}
14
15
int32_t intInRange(int32_t lowBound, int32_t highBound)
16
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected