File diff r8112:7d126d66990f → r8113:7815c26d7612
src/core/random_func.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file random_func.cpp */
 

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

	
 
uint32 InteractiveRandom()
 
{
 
	const uint32 s = _random_seeds[1][0];
 
	const uint32 t = _random_seeds[1][1];