Extreme cleanup, see src/obsolete for details
This commit is contained in:
parent
7f04d616e6
commit
6d8e3a6504
141 changed files with 3937 additions and 1815 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include <ctime>
|
||||
#include "eoRNG.h"
|
||||
|
||||
/// The global object, should probably be initialized with an xor
|
||||
/// between time and process_id.
|
||||
eoRng rng((uint32) time(0));
|
||||
|
||||
|
|
|
|||
Reference in a new issue