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

TRNG::EINV Class Reference

explicit inversive congruential generator. More...

#include <trng.h>

Inheritance diagram for TRNG::EINV:

TRNG::RNG< EINV > List of all members.

Public Methods

 EINV (long a_=1073741831l, long seed_=0l)
 constructor. More...


Detailed Description

This is an explicit inversive congruential generator.

This generator has a period of . This type has excelent statistical properties but its period is too short for large applications. You may combine this genrator with an other one.

Author:
Heiko Bauke

Definition at line 1875 of file trng.h.


Constructor & Destructor Documentation

TRNG::EINV::EINV long    a_ = 1073741831l,
long    seed_ = 0l
 

The default multiplier is .

Parameters:
a_  multiplier
seed_  seed


The documentation for this class was generated from the following file:
Generated on Wed Feb 19 02:00:06 2003 for Tina's Random Number Generators by doxygen1.2.15