QDP++
QDP::RANNYU::RNGState_t Struct Reference

Hold state and RNG. More...

#include <qdp_rannyu.h>

Public Attributes

multi1d< int > seed
double ran

Detailed Description

Hold state and RNG.

Definition at line 30 of file qdp_rannyu.h.

Member Data Documentation

◆ ran

double QDP::RANNYU::RNGState_t::ran

Output of the RNG.

Definition at line 33 of file qdp_rannyu.h.

Referenced by QDP::RANNYU::random().

◆ seed

multi1d<int> QDP::RANNYU::RNGState_t::seed

The state of the RNG.

Definition at line 32 of file qdp_rannyu.h.

Referenced by QDP::RANNYU::random().


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