|
|
typedef unsigned | result_type |
| |
|
|
| Threefry (const uint64_t s) |
| |
|
| Threefry (const unsigned hi, const unsigned lo=0xacac820c) |
| |
|
void | seed (const unsigned hi, const unsigned lo=0xacac820c) |
| |
|
void | seed64 (const uint64_t s) |
| |
|
Threefry & | index (const uint64_t i) |
| |
|
unsigned | sample () |
| |
|
unsigned | sample_range (const unsigned range) |
| |
|
unsigned | operator() () |
| |
|
|
static constexpr unsigned | min () |
| |
|
static constexpr unsigned | max () |
| |
Definition at line 215 of file rand123.h.
◆ Threefry::array2x32
| struct Threefry::array2x32 |
Definition at line 261 of file rand123.h.
| Class Members |
|
unsigned |
v[2] |
|
The documentation for this struct was generated from the following file: