Array.FillRandom(Variable, Variable) Method

Top 

Description

Fills the array with random values from a uniform distribution.

 

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

Array.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

myArray1.FillRandom(myVariable1, myVariable2);

 

 

See also

Array Object

Array.FillRandom

Matrix, Array, and Variable Math Guide