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.distributionsModifier and TypeInterfaceDescriptioninterfaceA continuous generator provides a double value according to the distribution it relies on.interfaceA continuous generator provides a long value according to the distribution it relies on.Classes in eduni.distributions that implement SeedableModifier and TypeClassDescriptionclassA random number generator based on the Bernoulli distribution.classA random number generator based on the beta distribution.classA random number generator based on the beta prime distribution.classA random number generator based on the Binomial distribution.classA random number generator based on the Cauchy distribution.classA random number generator based on the Chi-Square distribution.classA random number generator based on the Erlang distribution.classA random number generator based on the F-distribution.classA random number generator based on the normal distribution.classA generic Generator class which delegates its Seedable ability to aDistributionsobject.classA random number generator based on the geometric distribution.classA random number generator based on the invgamma distribution.classA random number generator based on the logistic distribution.classA random number generator based on the lognormal distribution.classA random number generator based on the negexp distribution.classA random number generator based on the normal distribution.classA random number generator based on the pareto distribution.classA random number generator based on the pascal distribution.classA random number generator based on the poisson distribution.classA random number generator producing pseudorandom numbers based on the value of a specific seed.classA SeedGenerator is a DiscreteGenerator which produces well-spaced seeds according to its spacing attribute.classA random number generator based on the tstudent distribution.classA random number generator based on the uniform distribution.classA random number generator based on the weibull distribution.