Random()

Syntax

Result = Random(Maximum)

Description

Returns a random number between 0 and the Maximum value. Additionnally RandomSeed() can be used to change the actual seed of random number. Note: each times a program start, a new seed is generated, so RandomSeed() is only useful when the programmer when always the same random number in the same order.

Supported OS

Windows, AmigaOS, Linux

Misc - Index