|
typedef unsigned | result_type |
|
|
| PCG32 (const uint64_t s, const uint64_t ss=b) |
|
void | seed (const uint64_t s, const uint64_t ss=b) |
|
PCG32 & | index (const uint64_t i) |
|
unsigned | sample () |
|
unsigned | sample_range (const unsigned range) |
|
unsigned | operator() () |
|
|
static constexpr unsigned | min () |
|
static constexpr unsigned | max () |
|
|
uint64_t | x |
|
uint64_t | x0 |
|
uint64_t | key |
|
|
static constexpr uint64_t | a = 0x5851f42d4c957f2d |
|
static constexpr uint64_t | b = 0xda3e39cb94b95bdb |
|
Definition at line 12 of file pcg.h.
The documentation for this struct was generated from the following file: