Uses of Interface
cern.colt.function.IntFunction

Packages that use IntFunction
cern.jet.random   
cern.jet.random.engine   
uk.ac.ed.inf.utils.stats   
 

Uses of IntFunction in cern.jet.random
 

Classes in cern.jet.random that implement IntFunction
 class AbstractContinousDistribution
          Abstract base class for all continous distributions.
 class AbstractDistribution
          Abstract base class for all random distributions.
 class Pareto
          Pareto Distribution.
 

Uses of IntFunction in cern.jet.random.engine
 

Classes in cern.jet.random.engine that implement IntFunction
 class MersenneTwister
          MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
 class RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 

Uses of IntFunction in uk.ac.ed.inf.utils.stats
 

Classes in uk.ac.ed.inf.utils.stats that implement IntFunction
 class PseudoTruncatedPareto
          A truncated pareto distribution which stores a big lists of power-law extracted random numbers.
 class TruncatedPareto
          A utility class to extract from a truncated Pareto (power-law, long-tail) distribution.