--- trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2005/02/13 20:05:42 2010 +++ trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2005/03/01 19:11:47 2068 @@ -255,16 +255,6 @@ class SimInfo { /** Returns the center of the mass of the whole system.*/ Vector3d getCom(); - - /** Returns the seed (used for random number generator) */ - int getSeed() { - return seed_; - } - - /** Sets the seed*/ - void setSeed(int seed) { - seed_ = seed; - } /** main driver function to interact with fortran during the initialization and molecule migration */ void update(); @@ -496,8 +486,6 @@ class SimInfo { PropertyMap properties_; /**< Generic Property */ SnapshotManager* sman_; /**< SnapshotManager */ - int seed_; /**< seed for random number generator */ - /** * The reason to have a local index manager is that when molecule is migrating to other processors, * the atoms and the rigid-bodies will release their local indices to LocalIndexManager. Combining the