| # | Line 69 | Line 69 | class ParallelRandNumGen : public RandNumGen{ | |
|---|---|---|
| 69 | virtual void seed(); | |
| 70 | ||
| 71 | private: | |
| 72 | + | |
| 73 | + | ParallelRandNumGen(const ParallelRandNumGen&); | 
| 74 | + | ParallelRandNumGen& operator =(const ParallelRandNumGen&); | 
| 75 | ||
| 76 | static int nCreatedRNG_; /**< number of created random number of generator*/ | |
| 77 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |