Parallel Colt 0.7.2

Package cern.jet.random.tfloat.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.

See:
          Description

Class Summary
FloatMersenneTwister MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
FloatRandomEngine Abstract base class for uniform pseudo-random number generating engines.
FRand Quick medium quality uniform pseudo-random number generator.
 

Package cern.jet.random.tfloat.engine Description

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. Thus, the classes of this package are at the core of computational statistics, simulations, Monte Carlo methods, etc.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage