33 #ifndef H_DC_RANDOM_UTIL_INCLUDED
34 #define H_DC_RANDOM_UTIL_INCLUDED
38 #include <Dynacoe/Util/Vector.h>
51 static void Seed(uint64_t);
59 static float Spread(
float min,
float max);
static void Seed()
Seeds the random number generator.
static float Spread(float min, float max)
Returns a random value between min and max.
3D and 2D positional vector.
Definition: Vector.h:55
static int Integer(int max)
Returns a random integer between 0 and max.
static float Value()
Returns a random value between 0 and 1.
Convenient RNG.
Definition: Random.h:43
static Dynacoe::Vector Vector()