random_func.cpp File Reference

Implementation of the pseudo random generator. More...

#include "../stdafx.h"
#include "random_func.hpp"
#include "bitmath_func.hpp"

Go to the source code of this file.

Functions

void SetRandomSeed (uint32 seed)
 (Re)set the state of the random number generators.

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.

Detailed Description

Implementation of the pseudo random generator.

Definition in file random_func.cpp.


Function Documentation

void SetRandomSeed ( uint32  seed  ) 

(Re)set the state of the random number generators.

Parameters:
seed the new state

Definition at line 55 of file random_func.cpp.

References Randomizer::SetSeed().


Generated on Sun May 8 07:30:24 2011 for OpenTTD by  doxygen 1.6.1