ChartDirector Ver 3.1 (PHP Edition Edition)

RanTable.RanTable


Usage

new RanTable(seed, noOfCols, noOfRows)

Description

Create a RanTable object.

Arguments

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.
noOfCols(Mandatory)The number of columns in the random number table.
noOfRows(Mandatory)The nunber of rows in the random number table.

Return Value

The RanTable object created.