Uses of Package
org.evoludo.math
Packages that use org.evoludo.math
Package
Description
-
Classes in org.evoludo.math used by org.evoludo.mathClassDescriptionMersenneTwister and MersenneTwisterFastThe minimal
Chronometer
interface is only used to hide differences for measuring execution time in JRE and GWT.Collection of distributions of random numbers based on the Mersenne Twister.Binomially distributed random numbers with support{0,1,2,3,..., n}
.Exponentially distributed random numbers with support[0.0,
.Double.MAX_VALUE
)Geometrically distributed random numbers with support{1,2,3,...}
.Gillespie algorithm for selecting integers with support{0,1,2,3,..., n}
but with different weights.Normally (or Gaussian) distributed random numbers with support(-
.Double.MAX_VALUE
,Double.MAX_VALUE
)Uniformly distributed random numbers with support[min, max)
. -
Classes in org.evoludo.math used by org.evoludo.simulatorClassDescriptionThe minimal
Chronometer
interface is only used to hide differences for measuring execution time in JRE and GWT.Collection of distributions of random numbers based on the Mersenne Twister. -
Classes in org.evoludo.math used by org.evoludo.simulator.modelsClassDescriptionCollection of distributions of random numbers based on the Mersenne Twister.Geometrically distributed random numbers with support
{1,2,3,...}
. -
Classes in org.evoludo.math used by org.evoludo.simulator.modulesClassDescriptionCollection of distributions of random numbers based on the Mersenne Twister.Geometrically distributed random numbers with support
{1,2,3,...}
.