#include <philox_rng.hpp>
|
| | PhiloxRng (std::uint32_t seed, std::uint32_t key_hi=0xBEEFCAFE, std::uint32_t ctr1=0) |
| |
| double | uniform () |
| |
| double | uniform (double lo, double hi) |
| |
◆ PhiloxRng()
| aegir::PhiloxRng::PhiloxRng |
( |
std::uint32_t |
seed, |
|
|
std::uint32_t |
key_hi = 0xBEEFCAFE, |
|
|
std::uint32_t |
ctr1 = 0 |
|
) |
| |
|
inlineexplicit |
◆ uniform() [1/2]
| double aegir::PhiloxRng::uniform |
( |
| ) |
|
|
inline |
◆ uniform() [2/2]
| double aegir::PhiloxRng::uniform |
( |
double |
lo, |
|
|
double |
hi |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: