OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Math::RandomValueProvider Class Referenceabstract

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]. More...
 

Detailed Description

This class is used to provide an external random value provider.

Definition at line 208 of file OgreMath.h.

Constructor & Destructor Documentation

virtual Ogre::Math::RandomValueProvider::~RandomValueProvider ( )
inlinevirtual

Definition at line 211 of file OgreMath.h.

Member Function Documentation

virtual Real Ogre::Math::RandomValueProvider::getRandomUnit ( )
pure virtual

When called should return a random values in the range of [0,1].


The documentation for this class was generated from the following file: