Back to FabImage Studio website
You are here: Start » Filter Reference » Random » RandomInteger_Deprecated
Creates random integer value in given closed interval.
Name | Type | Description | |
---|---|---|---|
![]() |
inMinValue | Integer | Minimal generated value |
![]() |
inMaxValue | Integer | Maximal generated value |
![]() |
inSeed | Integer* | Random seed used to generate values |
![]() |
outValue | Integer |
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 inMinValue is greater than value of inMaxValue. |
DomainError | Values inMinValue and inMaxValue are equal. |
Complexity Level
This filter is available on Basic Complexity Level.