MCPcopy 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
1162void Random::SeedWithRandomValue()
1163{
1164 std::random_device device;
1165 engine.seed(device());
1166}
1167
1168uint32 Random::RandomUint()
1169{

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected