MCPcopy 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
214float TriFloatRandom01()
215{
216 return (float)rand() / (float)RAND_MAX;
217}
218
219float TriFloatSign( float f )
220{

Callers 4

TriFloatRandomGaussFunction · 0.85
RebuildMethod · 0.85
StartFireAtLocatorMethod · 0.85
CalcRandomDelayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected