Update docs, some cleanup

This commit is contained in:
kuepper 2006-03-26 10:04:01 +00:00
commit 5c913192e9
4 changed files with 307 additions and 241 deletions

View file

@ -1,14 +1,14 @@
#ifdef _MSC_VER
// to avoid long name warnings
#pragma warning(disable:4786)
#endif
#endif
#include <ctime>
#include "eoRNG.h"
namespace eo
{
/// The Global random number generator.
eoRng rng(time(0));
/// The Global random number generator.
eoRng rng(time(0));
}