Show contents 

Stat Assembly > Stat Assembly Interfaces > IDistribution > IDistribution.RandomVector

IDistribution.RandomVector

Syntax

RandomVector(Count: Integer): Array;

Parameters

Count. Vector length.

Description

The RandomVector method returns the vector of random numbers corresponding to the distribution.

Example

The property use is given in the example for ISmUniformDistribution.A.

See also:

IDistribution