ChartDirector 7.1 (.NET Edition)

RanTable.RanTable


Usage

[C#]public RanTable(int seed, int noOfCols, int noOfRows);
[VB]Public Sub New(seed As Integer, noOfCols As Integer, noOfRows As Integer)

Description

Creates 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 number of rows in the random number table.

Return Value

The RanTable object created.