Raito 0.1
Loading...
Searching...
No Matches
Random.h File Reference
#include "Math/MathTypes.h"
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

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 ()