Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cern.jet.random Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
AbstractContinousDistributionAbstract base class for all continous distributions.Classcern.jet.randomColt
AbstractDiscreteDistributionAbstract base class for all discrete distributions.Classcern.jet.randomColt
AbstractDistributionAbstract base class for all random distributions.Classcern.jet.randomColt
BenchmarkBenchmarks random number generation from various distributions as well as PDF and CDF lookups.Classcern.jet.randomColt
BenchmarkBenchmarks the performance of the currently provided uniform pseudo-random number generation engines.Classcern.jet.random.engineColt
BetaBeta distribution; math definition and animated definition.Classcern.jet.randomColt
BinomialBinomial distribution; See the math definition and animated definition.Classcern.jet.randomColt
BreitWignerBreitWigner (aka Lorentz) distribution; See the math definition.Classcern.jet.randomColt
BreitWignerMeanSquareMean-square BreitWigner distribution; See the math definition.Classcern.jet.randomColt
ChiSquareChiSquare distribution; See the math definition and animated definition.Classcern.jet.randomColt
DRandQuick medium quality uniform pseudo-random number generator.Classcern.jet.random.engineColt
DistributionsContains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.Classcern.jet.randomColt
EmpiricalEmpirical distribution.Classcern.jet.randomColt
EmpiricalWalkerDiscrete Empirical distribution (pdf's can be specified).Classcern.jet.randomColt
ExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.Classcern.jet.randomColt
ExponentialPowerExponential Power distribution.Classcern.jet.randomColt
GammaGamma distribution; math definition, definition of gamma functionClasscern.jet.randomColt
HyperGeometricHyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, Classcern.jet.randomColt
HyperbolicHyperbolic distribution.Classcern.jet.randomColt
LogarithmicLogarithmic distribution.Classcern.jet.randomColt
MersenneTwisterMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.Classcern.jet.random.engineColt
MersenneTwister64Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers.Classcern.jet.random.engineColt
NegativeBinomialNegative Binomial distribution; See the math definition.Classcern.jet.randomColt
NormalScientific and Technical ComputingClasscern.jet.randomColt
PoissonPoisson distribution (quick); See the math definition and animated definition.Classcern.jet.randomColt
PoissonSlowPoisson distribution; See the math definition and animated definition.Classcern.jet.randomColt
RandomEngineAbstract base class for uniform pseudo-random number generating engines.Classcern.jet.random.engineColt
RandomGeneratorInterface for uniform pseudo-random number generators.Interfacecern.jet.random.engineColt
RandomSamplerSpace and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers; Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).Classcern.jet.random.samplingColt
RandomSamplingAssistantConveniently computes a stable Simple Random Sample Without Replacement (SRSWOR) subsequence of n elements from a given input sequence of N elements; Example: Computing a sublist of n=3 random elements from a list (1,.Classcern.jet.random.samplingColt
RandomSeedGeneratorDeterministic seed generator for pseudo-random number generators.Classcern.jet.random.engineColt
RandomSeedTable(Seemingly gigantic) table of good seeds for pseudo-random number generators.Classcern.jet.random.engineColt
StudentTStudentT distribution (aka T-distribution); See the math definition and animated definition.Classcern.jet.randomColt
UniformUniform distribution; Math definition and animated definition.Classcern.jet.randomColt
VonMisesVon Mises distribution.Classcern.jet.randomColt
WeightedRandomSamplerConveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each.Classcern.jet.random.samplingColt
Zeta Valid parameter ranges: ro > 0 and pk >= 0.Classcern.jet.randomColt