ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/ParallelRandNumGen.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/math/ParallelRandNumGen.hpp (file contents):
Revision 2077 by tim, Wed Mar 2 16:28:20 2005 UTC vs.
Revision 2082 by tim, Mon Mar 7 22:39:33 2005 UTC

# Line 54 | Line 54 | namespace oopse {
54  
55   /**
56   * @class ParallelRandNumGen a parallel random number generator
57 < * @note use MTRand if you want a non-parallel random number generator in MPI enviroment
57 > * @note use SeqRandNumGen if you want a non-parallel random number generator.
58   */
59   class ParallelRandNumGen : public RandNumGen{
60      public:
# Line 74 | Line 74 | class ParallelRandNumGen : public RandNumGen{
74           ParallelRandNumGen& operator =(const ParallelRandNumGen&);
75  
76          static int nCreatedRNG_; /**< number of created random number of generator*/
77 <
77 >        int myRank_; /**@todo Fixed Me */
78   };
79  
80   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines