Update docs, some cleanup
This commit is contained in:
parent
f20a29beff
commit
5c913192e9
4 changed files with 307 additions and 241 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue