galaxy
1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Random.cpp
Go to the documentation of this file.
1
7
8
#include "
Random.hpp
"
9
10
namespace
galaxy
11
{
12
namespace
math
13
{
14
Random::Random
() noexcept
15
: m_rd {}
16
, m_mt {m_rd()}
17
{
18
}
19
20
Random::~Random
() noexcept
21
{
22
}
23
}
// namespace math
24
}
// namespace galaxy
Random.hpp
galaxy::math::Random::~Random
~Random() noexcept
Destructor.
Definition
Random.cpp:20
galaxy::math::Random::Random
Random() noexcept
Constructor.
Definition
Random.cpp:14
galaxy
Timer.hpp galaxy.
Definition
Async.hpp:17
galaxy
src
galaxy
math
Random.cpp
Generated on Sat Mar 1 2025 14:49:36 for galaxy by
1.12.0