#include "../stdafx.h"
#include "random_func.hpp"
#include "bitmath_func.hpp"
Go to the source code of this file.
Functions | |
void | SetRandomSeed (uint32 seed) |
Variables | |
Randomizer | _random |
Random used in the game state calculations. | |
Randomizer | _interactive_random |
Random used every else where is does not (directly) influence the game state. |
Definition in file random_func.cpp.