#include <RNGLattice.h>
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 |
Definition at line 35 of file RNGLattice.h.
|
Definition at line 39 of file RNGLattice.h. |
|
Definition at line 42 of file RNGLattice.h. |
|
Definition at line 66 of file RNGLattice.h. |
|
Definition at line 72 of file RNGLattice.h. |
|
Definition at line 75 of file RNGLattice.h. |
|
Definition at line 107 of file RNGLattice.h. |
|
Definition at line 89 of file RNGLattice.h. Referenced by RNGLattice< T >::operator Return_t(), and RNGLattice< T >::operator()(). |
|
Definition at line 86 of file RNGLattice.h. |
|
Definition at line 104 of file RNGLattice.h. References RNGLattice< T >::GetRandom(). Here is the call graph for this function: |
|
Definition at line 101 of file RNGLattice.h. References RNGLattice< T >::GetRandom(). Here is the call graph for this function: |
|
Definition at line 81 of file RNGLattice.h. |