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

TRNG::EINV_param Class Reference

Parameter set for explicit inversive congruential generator. More...

#include <trng.h>

List of all members.

Public Methods

 EINV_param (long a_, long b_, long modulus_)

Public Attributes

const long a
 multiplier.

const long b
 additive constant.

const long modulus
 prime modulus.


Detailed Description

This class implements the parameter set for explicit inversive congruential with prime modulus and is used by class EINV. See also EINV_param_sets.

Definition at line 2559 of file trng.h.


Constructor & Destructor Documentation

TRNG::EINV_param::EINV_param long    a_,
long    b_,
long    modulus_
[inline]
 

The parameters of the constructor specify the multiplier and the prime modulus.

Parameters:
a_  multiplier
b_  additive constant
modulus_  prime modulus

Definition at line 2571 of file trng.h.

References a, b, and modulus.


The documentation for this class was generated from the following file:
Generated on Mon Apr 21 16:27:54 2003 for Tina's Random Number Generators by doxygen1.2.15