Matrix.FillRandom(Variable, Variable) Method

Top 

Description

Loads the matrix with uniform random values.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

Matrix.FillRandom(

Variable min,


Variable max)

 

 

Arguments

min


Description:

The minimum value of the random number range.

 

 

max


Description:

The maximum value of the random number range.

 

 

 

Syntax

myMatrix1.FillRandom(myVariable1, myVariable2);

 

 

See also

Matrix Object

Matrix.FillRandom

Matrix, Array, and Variable Math Guide