32      if (Rndm() > 
prob) 
continue;
 
 
   80   double x = z * 6.28318530717958623;
 
   81   double radius = std::sqrt(-2*std::log(
y));
 
 
  142         z = (
rn>0) ? 2-
rn : -2-
rn;
 
 
  193   if (
sigma <= 0) 
return 0;
 
 
  216   if (mean <= 0) 
return 0;
 
  229   else if (mean < 1
E9) {
 
  246      } 
while( Rndm() > t );
 
  248      return static_cast<Int_t> (
em);
 
 
  268   if (mean <= 0) 
return 0;
 
  281   else if (mean < 1
E9) {
 
  298      } 
while( Rndm() > t );
 
 
  318   x = z * 6.28318530717958623;
 
 
  340   z = 
r* ( -1. + 8.0 * 
r2 );
 
 
  360   return (
b-
a) * Rndm() + 
a; 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Option_t Option_t TPoint TPoint const char x1
 
Definition of the generic implementation class for the RandomFunctions.
 
double landau_quantile(double z, double xi=1)
Inverse ( ) of the cumulative distribution function of the lower tail of the Landau distribution (lan...
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
 
Double_t Exp(Double_t x)
Returns the base-e exponential function of x, which is e raised to the power x.
 
Double_t Floor(Double_t x)
Rounds x downward, returning the largest integral value that is not greater than x.
 
constexpr Double_t PiOver2()
 
Double_t Log(Double_t x)
Returns the natural logarithm of x.
 
Double_t Sqrt(Double_t x)
Returns the square root of x.
 
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
 
Double_t LnGamma(Double_t z)
Computation of ln[gamma(z)] for all z.
 
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.
 
Double_t Tan(Double_t)
Returns the tangent of an angle of x radians.
 
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.
 
constexpr Double_t TwoPi()