En:Rand
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
Rand() : Number
[править]
Description
Function returns a random number taken from numbers random table, generated procedure Randomize()
[править]
Parameters
Without parameters
[править]
Result
The function returns a random number. Data type - Number
[править]
Example
Randomize(); var isOddValue = Mod(Rand(), 2)<>0;
[править]
See also
- Procedure Randomize
- General procedures and functions