#include #include "eoRNG.h" /// The global object, should probably be initialized with an xor /// between time and process_id. namespace eo { eoRng rng((uint32) time(0)); }