Uses of Interface
eduni.distributions.Seedable

Packages that use Seedable
Package
Description
Random distribution utilities used by the simulation infrastructure.
  • Uses of Seedable in eduni.distributions

    Subinterfaces of Seedable in eduni.distributions
    Modifier and Type
    Interface
    Description
    interface 
    A continuous generator provides a double value according to the distribution it relies on.
    interface 
    A continuous generator provides a long value according to the distribution it relies on.
    Classes in eduni.distributions that implement Seedable
    Modifier and Type
    Class
    Description
    class 
    A random number generator based on the Bernoulli distribution.
    class 
    A random number generator based on the beta distribution.
    class 
    A random number generator based on the beta prime distribution.
    class 
    A random number generator based on the Binomial distribution.
    class 
    A random number generator based on the Cauchy distribution.
    class 
    A random number generator based on the Chi-Square distribution.
    class 
    A random number generator based on the Erlang distribution.
    class 
    A random number generator based on the F-distribution.
    class 
    A random number generator based on the normal distribution.
    class 
    A generic Generator class which delegates its Seedable ability to a Distributions object.
    class 
    A random number generator based on the geometric distribution.
    class 
    A random number generator based on the invgamma distribution.
    class 
    A random number generator based on the logistic distribution.
    class 
    A random number generator based on the lognormal distribution.
    class 
    A random number generator based on the negexp distribution.
    class 
    A random number generator based on the normal distribution.
    class 
    A random number generator based on the pareto distribution.
    class 
    A random number generator based on the pascal distribution.
    class 
    A random number generator based on the poisson distribution.
    class 
    A random number generator producing pseudorandom numbers based on the value of a specific seed.
    class 
    A SeedGenerator is a DiscreteGenerator which produces well-spaced seeds according to its spacing attribute.
    class 
    A random number generator based on the tstudent distribution.
    class 
    A random number generator based on the uniform distribution.
    class 
    A random number generator based on the weibull distribution.