| # | Line 74 | Line 74 | int main(int argc,char* argv[]){ | |
|---|---|---|
| 74 | #endif | |
| 75 | ||
| 76 | initSimError(); // the error handler | |
| 77 | < | srand48( 1337 ); // the random number generator. |
| 77 | > | //srand48( 1337 ); // the random number generator. |
| 78 | ||
| 79 | std::string svnrev; | |
| 80 | //convert a macro from compiler to a string in c++ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |