Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RandomNG Class Reference

#include <randomng.h>

Inheritance diagram for RandomNG::

mtRandom PMMMLCG List of all members.

Public Methods

virtual void seed (uint32 rseed)=0
virtual void timeSeed ()=0
virtual double getRandom ()=0
virtual int getRandom (int from, int to)=0

Member Function Documentation

virtual int RandomNG::getRandom ( int from,
int to ) [pure virtual]
 

Reimplemented in mtRandom, and PMMMLCG.

virtual double RandomNG::getRandom ( ) [pure virtual]
 

Reimplemented in mtRandom, and PMMMLCG.

Referenced by RandomWell::getRandom().

virtual void RandomNG::seed ( uint32 s ) [pure virtual]
 

Reimplemented in mtRandom, and PMMMLCG.

Referenced by RandomWell::seed().

virtual void RandomNG::timeSeed ( ) [pure virtual]
 

Reimplemented in mtRandom, and PMMMLCG.

Referenced by RandomWell::timeSeed().


The documentation for this class was generated from the following file:
Generated at Wed May 9 14:01:09 2001 for FlowReact by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001