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

void Impala::Util::Random::SetSeed ( long  seed  )  [inline]

Definition at line 49 of file Random.h.

References mSeed.

Referenced by Random(), RandomizeSeed(), Impala::Core::Feature::TestMakeRandomTree::testFindSplitWithSeed(), and Impala::Core::Array::TestMakeRandom::testRandomSeed().

00050     {
00051         mSeed = (seed ^ 0x5DEECE66DLL) & ((1LL << 48) - 1);
00052     }


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