OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
This class is used to provide an external random value provider. More...
#include <OgreMath.h>
Public Member Functions | |
virtual | ~RandomValueProvider () |
virtual Real | getRandomUnit ()=0 |
When called should return a random values in the range of [0,1]. | |
This class is used to provide an external random value provider.
|
inlinevirtual |
When called should return a random values in the range of [0,1].
Referenced by Ogre::Math::UnitRandom().