Package eduni.distributions


package eduni.distributions
  • Class
    Description
    A random number generator based on the Bernoulli distribution.
    A random number generator based on the beta distribution.
    A random number generator based on the beta prime distribution.
    A random number generator based on the Binomial distribution.
    A random number generator based on the Cauchy distribution.
    A random number generator based on the Chi-Square distribution.
    A continuous generator provides a double value according to the distribution it relies on.
    A continuous generator provides a long value according to the distribution it relies on.
    offers several discrete and continuous distributions all seeded by a common well-spaced pseudo random number generator (PRNG).
    A random number generator based on the Erlang distribution.
    A random number generator based on the F-distribution.
    A random number generator based on the normal distribution.
    A generic Generator class which delegates its Seedable ability to a Distributions object.
    A random number generator based on the geometric distribution.
    A random number generator based on the invgamma distribution.
    A random number generator based on the logistic distribution.
    A random number generator based on the lognormal distribution.
    A class which allows for automatically parsing a distribution implementation and generate a class inheriting from Generator accordingly.
    A random number generator based on the negexp distribution.
    A random number generator based on the normal distribution.
    Error thrown when a distribution is passed incorrect parameters.
    A random number generator based on the pareto distribution.
    A random number generator based on the pascal distribution.
    A random number generator based on the poisson distribution.
    A random number generator producing pseudorandom numbers based on the value of a specific seed.
    represents classes which has a seed
    A SeedGenerator is a DiscreteGenerator which produces well-spaced seeds according to its spacing attribute.
    A random number generator based on the tstudent distribution.
    A random number generator based on the uniform distribution.
    A random number generator based on the weibull distribution.