Package de.jstacs.utils.random

This package contains some classes for generating random numbers

See:
          Description

Class Summary
DiMRGParams The super container for paramater of dirichlet multivariate random generators.
DirichletMRG This class is a multivariate random generator based on a Dirichlet distribution.
DirichletMRGParams The container for parameter 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 paramater of a Erlang random generator.
FastDirichletMRGParams The container for parameter of a Dirichlet random generator that used 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.
RandomNumberGenerator Class for generating random numbers of many different distributions.
SoftOneOfN This random generator returns 1-epsilon for one and equal parts for the rest.
UnivariateRandomGenerator This class is a random generator for pseudo-random numbers.
 

Package de.jstacs.utils.random Description

This package contains some classes for generating random numbers.