RNGLattice< T > Class Template Reference

#include <RNGLattice.h>

List of all members.

Public Types

typedef T Return_t

Public Member Functions

 RNGLattice (T minval, T maxval, unsigned long numpoints, bool includeEndpoints=true)
 RNGLattice (const RNGLattice< T > &rng)
 ~RNGLattice (void)
void AdvanceSeed (unsigned long n=0)
void SetSeed (unsigned long n=0)
unsigned long GetSeed (void) const
Return_t GetRandom (void) const
Return_t operator() (void) const
 operator Return_t () const
unsigned long GetRandMax (void) const


Detailed Description

template<class T>
class RNGLattice< T >

Definition at line 35 of file RNGLattice.h.


Member Typedef Documentation

template<class T>
typedef T RNGLattice< T >::Return_t
 

Definition at line 39 of file RNGLattice.h.


Constructor & Destructor Documentation

template<class T>
RNGLattice< T >::RNGLattice minval,
maxval,
unsigned long  numpoints,
bool  includeEndpoints = true
[inline]
 

Definition at line 42 of file RNGLattice.h.

template<class T>
RNGLattice< T >::RNGLattice const RNGLattice< T > &  rng  )  [inline]
 

Definition at line 66 of file RNGLattice.h.

template<class T>
RNGLattice< T >::~RNGLattice void   )  [inline]
 

Definition at line 72 of file RNGLattice.h.


Member Function Documentation

template<class T>
void RNGLattice< T >::AdvanceSeed unsigned long  n = 0  )  [inline]
 

Definition at line 75 of file RNGLattice.h.

template<class T>
unsigned long RNGLattice< T >::GetRandMax void   )  const [inline]
 

Definition at line 107 of file RNGLattice.h.

template<class T>
Return_t RNGLattice< T >::GetRandom void   )  const [inline]
 

Definition at line 89 of file RNGLattice.h.

Referenced by RNGLattice< T >::operator Return_t(), and RNGLattice< T >::operator()().

template<class T>
unsigned long RNGLattice< T >::GetSeed void   )  const [inline]
 

Definition at line 86 of file RNGLattice.h.

template<class T>
RNGLattice< T >::operator Return_t  )  const [inline]
 

Definition at line 104 of file RNGLattice.h.

References RNGLattice< T >::GetRandom().

Here is the call graph for this function:

template<class T>
Return_t RNGLattice< T >::operator() void   )  const [inline]
 

Definition at line 101 of file RNGLattice.h.

References RNGLattice< T >::GetRandom().

Here is the call graph for this function:

template<class T>
void RNGLattice< T >::SetSeed unsigned long  n = 0  )  [inline]
 

Definition at line 81 of file RNGLattice.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 16 14:45:52 2006 for IPPL by  doxygen 1.4.6