Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ randfloat
Function
randfloat
src/Core/Utils/MathUtils.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
double randfloat()
18
{
19
std::uniform_real_distribution<> dis(0, 1);
20
return dis(rng);
21
}
22
23
bool isDoubleInt(const double& value)
24
{
Callers
1
MathUtilsTests.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected