SUNphi
1.0
|
Holds the state of the generator. More...
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. | |
Holds the state of the generator.
Definition at line 45 of file Sitmo2.hpp.
|
inline |
Increment of a certain amount.
Result
Digit to check for overflow
Definition at line 52 of file Sitmo2.hpp.