Package jasima.core.random.discrete
-
Class Summary Class Description IntBernoulli This class implements a discrete number stream following a Bernoulli distribution.IntBinomial This class implements a discrete number stream following a Binomial distribution.IntConst Returns a constant set of integer numbers, as passed to the constructor or viaIntConst.setValues(int...).IntDiscretized Turns an arbitraryDblSequenceinto anIntSequenceby returning its values rounded to the closest integer.IntDistribution Returns an arbitrarily distributed stream of integer numbers.IntEmpirical Returns an integer in the range [0,n].IntGeometric This class implements a discrete number stream following a Geometric distribution.IntHypergeometric This class implements a discrete number stream following a Hypergeometric distribution.IntPoisson This class implements a discrete number stream following a Poisson distribution.IntSequence A stream of integer numbers, usually the sequence is produced by a pseudo random number generator.IntUniformAllInts Generates uniformly distributed integers for the complete set of integer values.IntUniformRange Generates uniformly distributed integers in the interval [min,max] (including both min and max).