Start » Filter Reference » Basic » Random » RandomReal
Module: | FoundationLite |
---|
Creates random real value in given closed interval.
Name | Type | Description | |
---|---|---|---|
inMinValue | Real | Minimal generated value | |
inMaxValue | Real | Maximal generated value | |
inSeed | Integer* | Random seed used to generate values | |
outValue | Real |
Remarks
This filter should not be used for generating cryptographically secure random numbers.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Value of inMinValue is greater than value of inMaxValue. |
Complexity Level
This filter is available on Basic Complexity Level.