XGC1
Public Member Functions | Private Attributes | List of all members
RNGSeed Class Reference

#include <rng_seed.hpp>

Public Member Functions

 RNGSeed ()
 
void init (int new_seed, int new_stride)
 
int get_and_increment ()
 

Private Attributes

int seed
 
int stride
 

Constructor & Destructor Documentation

◆ RNGSeed()

RNGSeed::RNGSeed ( )
inline

Member Function Documentation

◆ get_and_increment()

int RNGSeed::get_and_increment ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ init()

void RNGSeed::init ( int  new_seed,
int  new_stride 
)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ seed

int RNGSeed::seed
private

◆ stride

int RNGSeed::stride
private

The documentation for this class was generated from the following file: