Definition at line 13 of file Random.h.
◆ Random()
Cogs::Core::Random::Random |
( |
Context * |
| ) |
|
|
inline |
◆ ~Random()
Cogs::Core::Random::~Random |
( |
| ) |
|
|
inline |
◆ Reset()
void Cogs::Core::Random::Reset |
( |
std::mt19937::result_type |
seed | ) |
|
|
inline |
◆ mt
std::mt19937 Cogs::Core::Random::mt |
◆ mt_seed
std::mt19937 Cogs::Core::Random::mt_seed |
◆ rd
std::random_device Cogs::Core::Random::rd |
◆ seq
std::seed_seq Cogs::Core::Random::seq |
◆ uniform_double
std::uniform_real_distribution<double> Cogs::Core::Random::uniform_double |
◆ uniform_double2
std::uniform_real_distribution<double> Cogs::Core::Random::uniform_double2 |
◆ uniform_float
std::uniform_real_distribution<float> Cogs::Core::Random::uniform_float |
◆ uniform_float2
std::uniform_real_distribution<float> Cogs::Core::Random::uniform_float2 |
◆ uniform_uint16
std::uniform_int_distribution<uint32_t> Cogs::Core::Random::uniform_uint16 |
◆ uniform_uint32
std::uniform_int_distribution<uint32_t> Cogs::Core::Random::uniform_uint32 |
◆ uniform_uint8
std::uniform_int_distribution<uint32_t> Cogs::Core::Random::uniform_uint8 |
The documentation for this class was generated from the following file: