Uses of Interface
eduni.distributions.DiscreteGenerator
Packages that use DiscreteGenerator
Package
Description
Core simulation framework that supports the MVC model layer.
Random distribution utilities used by the simulation infrastructure.
-
Uses of DiscreteGenerator in eds.framework
Constructors in eds.framework with parameters of type DiscreteGeneratorModifierConstructorDescriptionArrivalProcess(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 DiscreteGenerator in eduni.distributions
Classes in eduni.distributions that implement DiscreteGeneratorModifier and TypeClassDescriptionclassA random number generator based on the Bernoulli distribution.classA random number generator based on the Binomial distribution.classA random number generator based on the geometric distribution.classA random number generator based on the pascal distribution.classA random number generator based on the poisson distribution.classA SeedGenerator is a DiscreteGenerator which produces well-spaced seeds according to its spacing attribute.