- commented out streflop from random # generator

This commit is contained in:
Mark Vejvoda
2010-06-01 19:48:35 +00:00
parent c703de994f
commit 57f28913d0
5 changed files with 53 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti<EFBFBD>o Figueroa
// Copyright (C) 2001-2008 Martio Figueroa
//
// You can redistribute this code and/or modify it under
// the terms of the GNU General Public License as published
@@ -12,7 +12,7 @@
#ifndef _SHARED_UTIL_RANDOM_H_
#define _SHARED_UTIL_RANDOM_H_
#include "math_wrapper.h"
//#include "math_wrapper.h"
namespace Shared { namespace Util {
@@ -28,9 +28,9 @@ private:
private:
int lastNumber;
#ifdef USE_STREFLOP
streflop::RandomState randomState;
#endif
//#ifdef USE_STREFLOP
// streflop::RandomState randomState;
//#endif
public:
RandomGen();