Uses of Package
org.apache.mahout.math.jet.random.engine

Packages that use org.apache.mahout.math.jet.random.engine
org.apache.mahout.math.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
org.apache.mahout.math.jet.random.engine Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution. 
org.apache.mahout.math.jet.random.sampling Samples (picks) random subsets of data sequences. 
org.apache.mahout.math.jet.stat.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
org.apache.mahout.math.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
 

Classes in org.apache.mahout.math.jet.random.engine used by org.apache.mahout.math.jet.random
RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 

Classes in org.apache.mahout.math.jet.random.engine used by org.apache.mahout.math.jet.random.engine
MersenneTwister
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 

Classes in org.apache.mahout.math.jet.random.engine used by org.apache.mahout.math.jet.random.sampling
RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 

Classes in org.apache.mahout.math.jet.random.engine used by org.apache.mahout.math.jet.stat.quantile
RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 

Classes in org.apache.mahout.math.jet.random.engine used by org.apache.mahout.math.matrix.doublealgo
RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.