| # | Line 3 | Line 3 | CPPUNIT_TEST_SUITE_REGISTRATION( RandNumGenTestCase ); | |
|---|---|---|
| 3 | // Registers the fixture into the 'registry' | |
| 4 | CPPUNIT_TEST_SUITE_REGISTRATION( RandNumGenTestCase ); | |
| 5 | ||
| 6 | < | using namespace oopse; | 
| 6 | > | using namespace OpenMD; | 
| 7 | ||
| 8 | void RandNumGenTestCase::testUniform(){ | |
| 9 | MTRand randNumGen(823645754); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |