public class S6Lsq
extends java.lang.Object
Constructor and Description |
---|
S6Lsq() |
Modifier and Type | Method and Description |
---|---|
protected void |
compute() |
protected boolean |
inputOk() |
static void |
main(java.lang.String[] s) |
double[] |
randomBreitWigner(double a,
double gamma,
int n)
Returns n random numbers following a Breit-Wigner distribution with mean a and FWHM gamma
|
protected boolean inputOk()
protected void compute()
public double[] randomBreitWigner(double a, double gamma, int n)
public static void main(java.lang.String[] s)