org.omegahat.Simulation.RandomGenerators
Interface PseudoRandomNormalGenerator
- All Superinterfaces:
- PseudoRandomUnivariateGenerator, PseudoRandomVariableGenerator
- public interface PseudoRandomNormalGenerator
- extends PseudoRandomUnivariateGenerator
Interface definition for classes that generate univariate pseudo-random normals.
Note that it may not be possible to modify the mean and
variance of the generator.
mean
public static final double mean
variance
public static final double variance
getMean
public double getMean()
getVariance
public double getVariance()