#include //Implementation of these objects //----------------------------------------------------------------------------- istream & operator >> ( istream& _is, eoPersistent& _o ) { _o.readFrom(_is); return _is; }; // temporary location for the one and only eoRng object #include "eoRNG.h" eoRng rng;