Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SeedWithRandomValue
Method
SeedWithRandomValue
SampleFramework11/v1.02/SF11_Math.cpp:1162–1166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1160
}
1161
1162
void Random::SeedWithRandomValue()
1163
{
1164
std::random_device device;
1165
engine.seed(device());
1166
}
1167
1168
uint32 Random::RandomUint()
1169
{
Callers
2
Init
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected