Rand
Generates a random number between 0 and 1.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
Rand | Statistical | Synchronous | Supported | Supported | Supported | Supported |
Syntax
This function has no parameters.
Returned value
Returns a real number between 0 and 1.
Examples
Tag Name | Expression |
---|---|
Tag | Rand() // Returned value = ?, Where: 0<?<1 |