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.


Field Summary
static double mean
           
static double variance
           
 
Method Summary
 double getMean()
           
 double getVariance()
           
 
Methods inherited from interface org.omegahat.Simulation.RandomGenerators.PseudoRandomUnivariateGenerator
nextDouble, nextDouble
 
Methods inherited from interface org.omegahat.Simulation.RandomGenerators.PseudoRandomVariableGenerator
generator, nextVariable, nextVariable
 

Field Detail

mean

public static final double mean

variance

public static final double variance
Method Detail

getMean

public double getMean()

getVariance

public double getVariance()