#include "util.h"
#include <stdlib.h>
Aller au code source de ce fichier.
Fonctions | |
| float | RandFloat (float fMin, float fMax) |
| Recherche d'un nombre flottant 'aléatoirement'. | |
| int | RandInt (int iMin, int iMax) |
| Recherche d'un nombre entié 'aléatoirement'. | |
Définition dans le fichier util.cpp.
|
||||||||||||
|
Recherche d'un nombre flottant 'aléatoirement'. Définition à la ligne 14 du fichier util.cpp. Référencé par CEntiteEnnemi::Create(), CEntiteBonus::Create(), CEntiteArme::Create(), CExplosion::Init(), CFumee::Update(), et CEtoile::Update(). |
|
||||||||||||
|
Recherche d'un nombre entié 'aléatoirement'. Définition à la ligne 20 du fichier util.cpp. Référencé par CXMLNiveau::GetTypeBonusArme(), CXMLNiveau::GetTypeBonusBouclier(), et CXMLNiveau::GetTypeEnnemi(). |
1.3.8