CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
testCLHEP155.cc File Reference
#include "CLHEP/Random/MixMaxRng.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 4 of file testCLHEP155.cc.

5 {
6 CLHEP::MixMaxRng eng(0); // Seeding with 0 is not supported; should throw.
7 return 1;
8}
9catch(...) {
10 return 0;
11}