Random.Gaus (Double, Double) Method

Return rundom number distributed following a gaussian with mean and sigma
public static double Gaus( 
double mean
double sigma 
)
This language is not supported or no code example is available.
public:  
static double Gaus( 
double mean
double sigma 
)
This language is not supported or no code example is available.
public static function Gaus( 
mean : double
sigma : double 
) : double;
This language is not supported or no code example is available.

Parameters

mean
double

sigma
double

Return Value

double
Remarks
 
Author: Rene Brun, root.cern.ch

In this article

Definition