Random

Description

Generates a random number based on the current seed value. The random number generator is built into AGK so a particular seed value will produce the same sequence of numbers on every platform. Produces a random number between 0 and 65535

Definition

integer Random( )

integer Random( from, to )

Parameters