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

template<class ArrayT>
ArithT Impala::Core::Array::Trait::InOutSetRandom< ArrayT >::DoIt (  )  [inline]

This implementation is incorrect it does not take the type into account.

Todo:
change implementation

Definition at line 37 of file InOutSetRandom.h.

References Impala::Util::Random::GetDouble(), Impala::Core::Array::Trait::InOutSetRandom< ArrayT >::mMaxValue, and Impala::Core::Array::Trait::InOutSetRandom< ArrayT >::mRNG.

00038     {
00039         return mRNG.GetDouble() * mMaxValue;
00040     }

Here is the call graph for this function:


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