|
|
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 |
| |
|
|
| Squares3_64 (seed_type s, uint32_t) |
| |
|
| Squares3_64 (Squares3_64 const &other) |
| |
|
Squares3_64 & | operator= (Squares3_64 const &other) |
| |
|
result_type | operator() (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 Squares3_64 &be) |
| |
Definition at line 50 of file Squares3_64.hpp.
The documentation for this class was generated from the following file: