Package de.jstacs.utils.random

This package contains some classes for generating random numbers.

See:
          Description

Class Summary
DiMRGParams The super container for parameters of Dirichlet multivariate random generators.
DirichletMRG This class is a multivariate random generator based on a Dirichlet distribution.
DirichletMRGParams The container for parameters of a Dirichlet random generator.
EqualParts This class is no real random generator it just returns 1/n for all values.
ErlangMRG This class is a multivariate random generator based on a Dirichlet distribution for alpha_i \in N.
ErlangMRGParams The container for parameters of an Erlang multivariate random generator.
FastDirichletMRGParams The container for parameters of a Dirichlet random generator that uses the same hyperparameter at all positions.
MRGParams The super container for parameter of multivariate random generators.
MultivariateRandomGenerator This class is the abstract super class for any multivariate random generator (MRG).
RandomNumberGenerator Class for generating random numbers of many different distributions.

This class was written by Sundar Dorai-Raj and was downloaded from http://www.stat.vt.edu/~sundar/java/.
SoftOneOfN This random generator returns 1-epsilon for one and equal parts for the rest of a random vector.
 

Package de.jstacs.utils.random Description

This package contains some classes for generating random numbers.