#include <Random.h>
◆ result_type
◆ Random() [1/2]
Utils::Random::Random |
( |
| ) |
|
|
delete |
◆ Random() [2/2]
Utils::Random::Random |
( |
std::uint64_t |
seed = 0 | ) |
|
◆ get_Rng()
Random & Utils::Random::get_Rng |
( |
void |
| ) |
|
|
static |
◆ max()
◆ min()
◆ operator()()
◆ randfix() [1/2]
template<int MAX>
std::uint32_t Utils::Random::randfix |
( |
| ) |
|
|
inline |
◆ randfix() [2/2]
template<>
std::uint32_t Utils::Random::randfix |
( |
| ) |
|
|
inline |
◆ randuint64() [1/2]
std::uint64_t Utils::Random::randuint64 |
( |
| ) |
|
◆ randuint64() [2/2]
std::uint64_t Utils::Random::randuint64 |
( |
const std::uint64_t |
max | ) |
|
◆ seedrandom()
void Utils::Random::seedrandom |
( |
std::uint64_t |
s | ) |
|
The documentation for this class was generated from the following files: