Changeset 44 for trunk/dep/include/mersennetwister/MersenneTwister.h
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/dep/include/mersennetwister/MersenneTwister.h
r2 r44 119 119 void save( uint32* saveArray ) const; // to array of size SAVE 120 120 void load( uint32 *const loadArray ); // from such array 121 /* Mangosnot use streams for random values output121 /* Trinity not use streams for random values output 122 122 friend std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ); 123 123 friend std::istream& operator>>( std::istream& is, MTRand& mtrand ); … … 351 351 } 352 352 353 /* Mangosnot use streams for random values output353 /* Trinity not use streams for random values output 354 354 inline std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ) 355 355 {