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
Boolean
BitFld
Methods
RandomFill
See also:
SelectRandomBit
,
Clear
Index
Statistical Background
RandomFill
Declaration:
TBitFld
.
RandomFill
(NBits: integer);
The method
RandomFill
sets a specified number of bits to TRUE, all other bits are set to FALSE. The parameter
NBits
may take values between 0 and
Size
.