OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Functions
random.h File Reference

Random number generation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int randomInteger (int max, int min=0)
 

Detailed Description

Random number generation.

Author
xythobuz

Definition in file random.h.

Function Documentation

int randomInteger ( int  max,
int  min = 0 
)

Definition at line 20 of file random.cpp.