Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
1aa56546
Commit
1aa56546
authored
Nov 15, 2013
by
Lynn Garren
Browse files
adding RandExpZiggurat RandGaussZiggurat to Randomize.h
parent
28bc7d86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Random/ChangeLog
View file @
1aa56546
2013-11-14 Lynn Garren <garren@fnal.gov>
* Random/Randomize.h: include RandExpZiggurat and RandGaussZiggurat
==============================
05.11.13 Release CLHEP-2.1.4.0
==============================
...
...
Random/Random/RandExpZiggurat.h
View file @
1aa56546
...
...
@@ -29,7 +29,7 @@ for generating random variables", Journ. Statistical Software.
namespace
CLHEP
{
/**
* @author
<Gabriele.Cosmo@cern.ch>
* @author
ATLAS
* @ingroup random
*/
class
RandExpZiggurat
:
public
HepRandom
{
...
...
Random/Random/Randomize.h
View file @
1aa56546
...
...
@@ -45,12 +45,14 @@
#include "CLHEP/Random/RandBreitWigner.h"
#include "CLHEP/Random/RandChiSquare.h"
#include "CLHEP/Random/RandExponential.h"
#include "CLHEP/Random/RandExpZiggurat.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandBit.h"
#include "CLHEP/Random/RandGamma.h"
#include "CLHEP/Random/RandGauss.h"
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Random/RandGaussT.h"
#include "CLHEP/Random/RandGaussZiggurat.h"
#include "CLHEP/Random/RandGeneral.h"
#include "CLHEP/Random/RandLandau.h"
#include "CLHEP/Random/RandPoissonQ.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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