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

TRNG::ParkMiller_param Class Reference

Parameter set for linear congruential generators. More...

#include <trng.h>

List of all members.

Public Methods

 ParkMiller_param (long a_, long modulus_)

Public Attributes

const long a
 multiplier.

const long modulus
 prime modulus.


Detailed Description

This class implements the parameter set for linear congruential generators with prime modulus and is used by class ParkMiller. See also ParkMiller_param_sets.

Definition at line 1091 of file trng.h.


Constructor & Destructor Documentation

TRNG::ParkMiller_param::ParkMiller_param long    a_,
long    modulus_
[inline]
 

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

Parameters:
a_  multiplier
modulus_  prime modulus

Definition at line 1101 of file trng.h.

References a, and modulus.


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