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

static Random& Impala::Util::Random::GetGlobal (  )  [inline, static]

Definition at line 32 of file Random.h.

Referenced by Impala::Core::Matrix::MatDrawRandomRows(), and Impala::Core::Feature::TestMakeRandomTree::ReferenceTest().

00033     {
00034         static Random globalInstance;
00035         return globalInstance;
00036     }


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