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:
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 1541 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 Tue Dec 10 13:31:39 2002 for Tina's Random Number Generators by
1.2.15