Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
dReal dRandReal()
72
{
73
return ((dReal) dRand()) / ((dReal) 0xffffffff);
74
}
75
76
//****************************************************************************
77
// matrix utility stuff
Callers
5
dTestDataStructures
Function · 0.85
makeRandom
Method · 0.85
dTestSolveLCP
Function · 0.85
dMakeRandomVector
Function · 0.85
dMakeRandomMatrix
Function · 0.85
Calls
1
dRand
Function · 0.85
Tested by
no test coverage detected