![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Namespaces | |
namespace | detail |
Functions | |
template<typename Engine > | |
void | srand (const U32 seed) |
template<typename Engine > | |
void | srand () |
template<typename T , typename Engine , typename Distribution > requires std::is_arithmetic_v<T> && std::is_fundamental_v<T> | |
T | rand (T min, T max) |
template<typename T , typename Engine , typename Distribution > requires std::is_arithmetic_v<T> | |
T | rand () |
T Divide::customRNG::rand | ( | ) |
Definition at line 71 of file MathHelper.inl.
T Divide::customRNG::rand | ( | T | min, |
T | max | ||
) |
Definition at line 65 of file MathHelper.inl.
void Divide::customRNG::srand | ( | ) |
Definition at line 58 of file MathHelper.inl.
Definition at line 52 of file MathHelper.inl.