#include <FastFakeRandom.h>
Public Member Functions | |
FastFakeRandom (const int &n, const Ogre::Real &min, const Ogre::Real &max) | |
Constructor. More... | |
~FastFakeRandom () | |
Destructor. More... | |
float & | get () |
Get random number. More... | |
SkyX::VClouds::FastFakeRandom::FastFakeRandom | ( | const int & | n, |
const Ogre::Real & | min, | ||
const Ogre::Real & | max | ||
) |
Constructor.
n | Capacity |
min | Min value |
max | Max value |
SkyX::VClouds::FastFakeRandom::~FastFakeRandom | ( | ) |
Destructor.
float& SkyX::VClouds::FastFakeRandom::get | ( | ) |
Get random number.