Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
4cca7611
Commit
4cca7611
authored
Jun 19, 2019
by
Lynn Garren
Browse files
adding test for
CLHEP-155
bug report
parent
91b265c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Random/test/CMakeLists.txt
View file @
4cca7611
...
...
@@ -23,6 +23,7 @@ set( Random_simple_tests testSaveEngineStatus
testVectorSave
testBug58950
testBug73093
testCLHEP155
testEngineCopy
testDistCopy
testZiggurat
...
...
Random/test/testCLHEP155.cc
0 → 100644
View file @
4cca7611
#include
"CLHEP/Random/MixMaxRng.h"
int
main
()
try
{
CLHEP
::
MixMaxRng
eng
(
0
);
// Seeding with 0 is not supported; should throw.
return
1
;
}
catch
(...)
{
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment