Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TriFloatRandom01
Function
TriFloatRandom01
trinity/TriMath.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
float TriFloatRandom01()
215
{
216
return (float)rand() / (float)RAND_MAX;
217
}
218
219
float TriFloatSign( float f )
220
{
Callers
4
TriFloatRandomGauss
Function · 0.85
Rebuild
Method · 0.85
StartFireAtLocator
Method · 0.85
CalcRandomDelay
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected