Outputs a random number.
XIH.Random(colcaption)
XIH.Random(colcaption, max, min)
XIH.Random(colIndex)
XIH.Random(colIndex, max, min)
Parameter | Data type | Description | Sample |
---|
colIndex | int | Index of a column | 4 |
colcaption | string | String specifies the columns caption. | "col1" |
min | int | The minimum value the random number can have | 5 |
max | int | The maximum value the random number can have | 10 |
ColumnIndex is zero-based.
The column acts as seed for the random number.