Generates a random number between 0 and 65535.
class function Random: Integer; overload; static;
The random number.
The random number generator is built into AGK so a particular seed value will produce the same sequence of numbers on every platform.
Copyright (c) 2012. All rights reserved.
|