|
|
typedef uint64_t | init_type |
| |
|
typedef uint64_t | state_type |
| |
|
typedef uint64_t | seed_type |
| |
|
typedef uint64_t | advance_type |
| |
|
typedef uint32_t | result_type |
| |
|
|
| Squares4_64 (seed_type s, uint32_t) |
| |
|
| Squares4_64 (Squares4_64 const &other) |
| |
|
Squares4_64 & | operator= (Squares4_64 const &other) |
| |
|
result_type | operator() (void) |
| |
|
void | reset (void) |
| |
|
void | discard (advance_type n) |
| |
|
seed_type | getSeed () const |
| |
|
void | setSeed (seed_type seed) |
| |
|
state_type | getState () const |
| |
|
void | setState (state_type state) |
| |
|
|
std::ostream & | operator<< (std::ostream &os, const Squares4_64 &be) |
| |
Definition at line 25 of file Squares4_64.hpp.
The documentation for this class was generated from the following file: