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