public class BreitWignerMeanSquare extends BreitWigner
Instance methods operate on a user supplied uniform random number generator; they are unsynchronized.
Implementation: This is a port of RandBreitWigner used in CLHEP 1.4.0 (C++).
Constructor and Description |
---|
BreitWignerMeanSquare(double mean,
double gamma,
double cut,
DoubleRandomEngine randomGenerator)
Constructs a mean-squared BreitWigner distribution.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a deep copy of the receiver; the copy will produce identical
sequences.
|
double |
nextDouble(double mean,
double gamma,
double cut)
Returns a mean-squared random number from the distribution; bypasses the
internal state.
|
static double |
staticNextDouble(double mean,
double gamma,
double cut)
Returns a random number from the distribution.
|
nextDouble, setState, toString
apply, apply, makeDefaultGenerator, nextInt
public BreitWignerMeanSquare(double mean, double gamma, double cut, DoubleRandomEngine randomGenerator)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".public Object clone()
clone
in class AbstractDoubleDistribution
public double nextDouble(double mean, double gamma, double cut)
nextDouble
in class BreitWigner
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".public static double staticNextDouble(double mean, double gamma, double cut)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".Jump to the Parallel Colt Homepage