Views:

Description

Returns a random integer between the supplied min and max values. If you are using this function inside a loop use the third parameter which is as an extra seed value used in the .NET framework.

Signature

Random(minvalue, maxvalue)

Example 1

Random(0,100) Returns 25

Example 2

Random(0,100, LoopIndex()) Returns 78