Uses of Class
jasima.core.random.discrete.IntSequence
-
Packages that use IntSequence Package Description jasima.core.random.discrete jasima.shopSim.core jasima.shopSim.util.modelDef.streams -
-
Uses of IntSequence in jasima.core.random.discrete
Subclasses of IntSequence in jasima.core.random.discrete Modifier and Type Class Description classIntBernoulliThis class implements a discrete number stream following a Bernoulli distribution.classIntBinomialThis class implements a discrete number stream following a Binomial distribution.classIntConstReturns a constant set of integer numbers, as passed to the constructor or viaIntConst.setValues(int...).classIntDiscretizedTurns an arbitraryDblSequenceinto anIntSequenceby returning its values rounded to the closest integer.classIntDistributionReturns an arbitrarily distributed stream of integer numbers.classIntEmpiricalReturns an integer in the range [0,n].classIntGeometricThis class implements a discrete number stream following a Geometric distribution.classIntHypergeometricThis class implements a discrete number stream following a Hypergeometric distribution.classIntPoissonThis class implements a discrete number stream following a Poisson distribution.classIntUniformAllIntsGenerates uniformly distributed integers for the complete set of integer values.classIntUniformRangeGenerates uniformly distributed integers in the interval [min,max] (including both min and max).Methods in jasima.core.random.discrete that return IntSequence Modifier and Type Method Description IntSequenceIntSequence. clone() -
Uses of IntSequence in jasima.shopSim.core
Methods in jasima.shopSim.core that return IntSequence Modifier and Type Method Description IntSequenceDynamicJobSource. getMachIdx()IntSequenceDynamicJobSource. getNumOps()Methods in jasima.shopSim.core with parameters of type IntSequence Modifier and Type Method Description voidDynamicJobSource. setMachIdx(IntSequence machIdx)voidDynamicJobSource. setNumOps(IntSequence numOps) -
Uses of IntSequence in jasima.shopSim.util.modelDef.streams
Methods in jasima.shopSim.util.modelDef.streams that return IntSequence Modifier and Type Method Description IntSequenceIntConstDef. createStream()
-