Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
RandClass Class Reference

#include <rand.h>

Public Member Functions

 RandClass (int start=0)
 
 ~RandClass ()
 
int Int (void)
 
double Double (void)
 
int Int (int low, int high)
 
double Double (double low, double high)
 

Detailed Description

Definition at line 24 of file rand.h.

Constructor & Destructor Documentation

◆ RandClass()

RandClass::RandClass ( int start = 0)

Definition at line 24 of file rand.cpp.

◆ ~RandClass()

RandClass::~RandClass ( )
inline

Definition at line 28 of file rand.h.

Member Function Documentation

◆ Double() [1/2]

double RandClass::Double ( double low,
double high )

Definition at line 120 of file rand.cpp.

◆ Double() [2/2]

double RandClass::Double ( void )

Definition at line 115 of file rand.cpp.

◆ Int() [1/2]

int RandClass::Int ( int low,
int high )

Definition at line 102 of file rand.cpp.

◆ Int() [2/2]

int RandClass::Int ( void )

Definition at line 97 of file rand.cpp.


The documentation for this class was generated from the following files: