Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

int Impala::Util::Random::GetInt (  )  [inline]

Gives a rondom number in the range [0,GetRandMax()).

Definition at line 69 of file Random.h.

References cRandomIntBits, and Next().

Referenced by operator()(), RandomUniqueNumbers(), and Impala::Core::Feature::TryRandomSplit().

00070     {
00071         return Next(cRandomIntBits);
00072     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:20 2011 for ImpalaSrc by  doxygen 1.5.1