MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dRandReal

Function dRandReal

3rd_party/Src/ode/ode/src/misc.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71dReal dRandReal()
72{
73 return ((dReal) dRand()) / ((dReal) 0xffffffff);
74}
75
76//****************************************************************************
77// matrix utility stuff

Callers 5

dTestDataStructuresFunction · 0.85
makeRandomMethod · 0.85
dTestSolveLCPFunction · 0.85
dMakeRandomVectorFunction · 0.85
dMakeRandomMatrixFunction · 0.85

Calls 1

dRandFunction · 0.85

Tested by

no test coverage detected