--- trunk/OOPSE/libmdtools/Thermo.cpp 2003/07/15 17:57:04 614 +++ trunk/OOPSE/libmdtools/Thermo.cpp 2003/08/20 22:23:34 708 @@ -16,12 +16,9 @@ using namespace std; #include "mpiSimulation.hpp" #endif // is_mpi - -#define BASE_SEED 123456789 - Thermo::Thermo( SimInfo* the_info ) { info = the_info; - int baseSeed = BASE_SEED; + int baseSeed = the_info->getSeed(); gaussStream = new gaussianSPRNG( baseSeed ); }