Uses of Class
org.apache.mahout.math.jet.random.engine.RandomEngine

Packages that use RandomEngine
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. 
 

Uses of RandomEngine in org.apache.mahout.math.jet.random.engine
 

Subclasses of RandomEngine in org.apache.mahout.math.jet.random.engine
 class MersenneTwister
          MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.