Uses of Interface
eduni.distributions.ContinuousGenerator
Packages that use ContinuousGenerator
Package
Description
Core simulation framework that supports the MVC model layer.
Random distribution utilities used by the simulation infrastructure.
-
Uses of ContinuousGenerator in eds.framework
Constructors in eds.framework with parameters of type ContinuousGeneratorModifierConstructorDescriptionArrivalProcess(ContinuousGenerator arrivalGenerator, EventList eventList, EventType type, DiscreteGenerator sideGenerator, DiscreteGenerator typeGenerator, ContinuousGenerator priceGenerator, DiscreteGenerator sizeGenerator) ArrivalProcess(ContinuousGenerator arrivalGenerator, EventList eventList, EventType type, DiscreteGenerator sideGenerator, DiscreteGenerator typeGenerator, ContinuousGenerator priceGenerator, DiscreteGenerator sizeGenerator, double initialMidPrice, double tickSize) -
Uses of ContinuousGenerator in eduni.distributions
Classes in eduni.distributions that implement ContinuousGeneratorModifier and TypeClassDescriptionclassA 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 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 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 producing pseudorandom numbers based on the value of a specific seed.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.Constructors in eduni.distributions with parameters of type ContinuousGeneratorModifierConstructorDescriptionThis constructor allows for manually specially the continous generator shared to compute the distribution function.