Matrix.FillRandom Method

Top 

Description

Loads the matrix with uniform random values.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Matrix.FillRandom(Variable min, Variable max)

None

Loads the matrix with uniform random values.

Matrix.FillRandom(Variable min, Variable max, Variable numRows, Variable numColumns)

None

Resizes the matrix and loads the matrix with unform random number.

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide