|
Raito 0.1
|
#include "Math/MathTypes.h"

Go to the source code of this file.
Namespaces | |
| namespace | Raito |
| namespace | Raito::Random |
Functions | |
| void | Raito::Random::Initialize () |
| u32 | Raito::Random::UInt () |
| u32 | Raito::Random::UInt (u32 min, u32 max) |
| float | Raito::Random::Float () |
| float | Raito::Random::Float (float min, float max) |
| V3 | Raito::Random::Vec3 () |
| V3 | Raito::Random::Vec3 (float min, float max) |
| V3 | Raito::Random::InUnitSphere () |