|
typedef unsigned | result_type |
|
|
| Philox (const uint64_t s) |
|
| Philox (const unsigned hi, const unsigned lo=0x40ba6a95) |
|
void | seed (const unsigned hi, const unsigned lo=0x40ba6a95) |
|
void | seed64 (const uint64_t s) |
|
Philox & | 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 12 of file rand123.h.
◆ Philox::array1x64
Definition at line 61 of file rand123.h.
Class Members |
uint64_t |
v[1] |
|
◆ Philox::array2x64
Definition at line 60 of file rand123.h.
Class Members |
uint64_t |
v[2] |
|
The documentation for this struct was generated from the following file: