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

int Impala::Util::Random::operator() ( int  upperBound  )  [inline]

This function operator makes the class usable with STL algorithms.

Definition at line 142 of file Random.h.

References GetInt().

00143     {
00144         return GetInt(upperBound);
00145     }

Here is the call graph for this function:


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