AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Random Method ()

Generates a random number between 0 and 65535.

Syntax
Pascal
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.