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

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

returns the highest random integer this class can generate

Definition at line 62 of file Random.h.

References cRandomIntBits.

Referenced by GetInt(), and RandomUniqueNumbers().

00063     {
00064         return (1LL << cRandomIntBits) -1;
00065     }


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