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

  1. Function Rand
  2. General procedures and functions
Личные инструменты