Uses of Package
eduni.distributions

Packages that use eduni.distributions
Package
Description
Core simulation framework that supports the MVC model layer.
Random distribution utilities used by the simulation infrastructure.
  • Class
    Description
    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.
    A random number generator based on the negexp distribution.
  • Class
    Description
    A random number generator based on the beta 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 generic Generator class which delegates its Seedable ability to a Distributions object.
    A random number generator based on the normal distribution.
    represents classes which has a seed