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

 

Overload List

Signatures

Return Value

Description

Array.FillRandom(Variable min, Variable max)

None

Fills the array with random values from a uniform distribution.

Array.FillRandom(Variable min, Variable max, Variable numElements)

None

Resizes and fills the array with random values.

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide