CRandomMother Class Reference

#include <randomc.h>

Inherited by TRandomCombined< CRandomMother, CRandomMersenne > [private].

List of all members.

Public Member Functions

void RandomInit (uint32 seed)
int IRandom (int min, int max)
double Random ()
uint32 BRandom ()
 CRandomMother (uint32 seed)

Protected Attributes

uint32 x [5]


Detailed Description

Definition at line 181 of file randomc.h.


Constructor & Destructor Documentation

CRandomMother::CRandomMother ( uint32  seed  )  [inline]

Definition at line 187 of file randomc.h.

References RandomInit().


Member Function Documentation

void CRandomMother::RandomInit ( uint32  seed  ) 

Definition at line 57 of file mother.cpp.

References BRandom(), and x.

Referenced by CRandomMother().

int CRandomMother::IRandom ( int  min,
int  max 
)

Definition at line 43 of file mother.cpp.

References Random().

double CRandomMother::Random (  ) 

Reimplemented in TRandomCombined< CRandomMother, CRandomMersenne >.

Definition at line 37 of file mother.cpp.

References BRandom().

Referenced by IRandom().

uint32 CRandomMother::BRandom (  ) 

Definition at line 22 of file mother.cpp.

References x.

Referenced by Random(), and RandomInit().


Member Data Documentation

uint32 CRandomMother::x[5] [protected]

Definition at line 190 of file randomc.h.

Referenced by BRandom(), and RandomInit().


The documentation for this class was generated from the following files:
Generated on Mon Jan 21 01:15:16 2008 for FlowVis by  doxygen 1.5.4