]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliMathBase.h
Fast implementation of gamma-distributed random numbers (Andreas)
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliMathBase.h
index fdbec7d01075fb657985aac11ca2043ed2ba9444..98ac5e5b2473e2b66470219f1161cb0b75f6160b 100644 (file)
@@ -53,7 +53,13 @@ class AliMathBase : public TObject
                                   Double_t kp4=1.8631,
                                   Double_t kp5=1.9479
                                  );
-    
+
+  //
+  // Distributions
+  //
+
+  static Double_t Gamma(Double_t k=0);
+
  ClassDef(AliMathBase,0) // Various mathematical tools for physics analysis - which are not included in ROOT TMath
  
 };