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

Array2dScalarReal64* Impala::Core::Array::MakeRandomScalarReal64 ( Int64  width,
Int64  height,
double  maxVal,
Util::Random &  rng = Util::Random::GetGlobal() 
)

Definition at line 34 of file MakeRandom.h.

Referenced by Impala::Core::Array::TestMakeRandom::testData(), Impala::Core::Array::TestMakeRandom::testRandomSeed(), and Impala::Core::Array::TestMakeRandom::testSize().

00036 {
00037     return MakeRandom<Array2dScalarReal64>(width, height, maxVal, rng);
00038 }


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