Rand
The
RAND
function generates a random number.
Input/Output
Number of Connections: 0
Output
Data Type
Description
Output1
Integer,Double
A random number.
Property
Name
Property Type
Description
Max
int
The largest possible number to generate.
Min
int
The lowest possible number to generate.
Topic
If the
Max
property is set to -1 or 1, a Double value in the range of 0.0 to 1.0 will be returned. Otherwise, an Integer value within the specified
Min
and
Max
range will be returned.