DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
FillRandomUniform
See also:
Fill
,
FillRandomGauss
Index
Statistical Background
FillRandomUniform
Declaration:
TVector
.
FillRandomUniform
(RangeLow, RangeHigh: double);
The method
FillRandomUniform
sets all elements of the vector to uniformly distributed random values in the range between
RangeLow
and
RangeHigh
.