Public Member Functions | List of all members
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 ( )
virtual

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:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri Dec 20 2013 01:24:28