Back to FabImage Studio website
You are here: Start » Filter Reference » Random » CreateRandomArray_Deprecated
Creates array with random values.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inLength | Integer | Length of output array | |
![]() |
inMinValue | Real | Minimal generated value | |
![]() |
inMaxValue | Real | Maximal generated value | |
![]() |
inStep | Real | 0.0001 - ![]() |
Minimal difference between two generated values |
![]() |
inSeed | Integer* | Random seed used to generate values | |
![]() |
outArray | RealArray |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Value of inLength is non-positive. |
DomainError | Value of inMinValue is greater than value of inMaxValue. |
DomainError | Values inMinValue and inMaxValue are equal. |
DomainError | Value of inStep is greater than span between maximal and minimal value. |
Complexity Level
This filter is available on Basic Complexity Level.