SUNphi  1.0
SUNphi::Sitmo::Rng::State Class Reference

Holds the state of the generator. More...

Inheritance diagram for SUNphi::Sitmo::Rng::State:
SUNphi::SerializableSequence< SUNphi::Sitmo::Rng::State >

Public Member Functions

State operator+ (const uint64_t &z) const
 Increment of a certain amount. More...
 
State operator+= (const uint64_t &z)
 Self increment.
 
State operator++ ()
 Unitary self-increment.
 

Public Attributes

uint64_t elements
 STL member.
 

Detailed Description

Holds the state of the generator.

Definition at line 45 of file Sitmo2.hpp.

Member Function Documentation

State SUNphi::Sitmo::Rng::State::operator+ ( const uint64_t &  z) const
inline

Increment of a certain amount.

Result

Digit to check for overflow

Definition at line 52 of file Sitmo2.hpp.


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