Matrix.FillRandom(Variable, Variable) Method

Top 

Description

Loads the matrix with uniform random values.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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