#include <Random.hpp>
Static Public Member Functions | |
static void | setSeed (unsigned int newSeed) |
template<typename ReturnType > | |
static ReturnType | rand () |
template<typename ReturnType > | |
static ReturnType | randMax () |
double soth::Random::rand | ( | ) | [inline, static] |
double soth::Random::randMax | ( | ) | [inline, static] |
void soth::Random::setSeed | ( | unsigned int | newSeed | ) | [static] |