Uses of Interface
org.apache.commons.math.random.NormalizedRandomGenerator

Packages that use NormalizedRandomGenerator
org.apache.commons.math.random Random number and random data generators. 
 

Uses of NormalizedRandomGenerator in org.apache.commons.math.random
 

Classes in org.apache.commons.math.random that implement NormalizedRandomGenerator
 class GaussianRandomGenerator
          This class is a gaussian normalized random generator for scalars.
 class UniformRandomGenerator
          This class implements a normalized uniform random generator.
 

Methods in org.apache.commons.math.random that return NormalizedRandomGenerator
 NormalizedRandomGenerator CorrelatedRandomVectorGenerator.getGenerator()
          Get the underlying normalized components generator.
 

Constructors in org.apache.commons.math.random with parameters of type NormalizedRandomGenerator
CorrelatedRandomVectorGenerator(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator)
          Simple constructor.
CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, NormalizedRandomGenerator generator)
          Simple constructor.
UncorrelatedRandomVectorGenerator(double[] mean, double[] standardDeviation, NormalizedRandomGenerator generator)
          Simple constructor.
UncorrelatedRandomVectorGenerator(int dimension, NormalizedRandomGenerator generator)
          Simple constructor.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.