Uses of Package
org.apache.commons.rng.core.source32

Packages that use org.apache.commons.rng.core.source32 
Package Description
org.apache.commons.rng.core.source32
Concrete algorithms for int-based sources of randomness
  • Classes in org.apache.commons.rng.core.source32 used by org.apache.commons.rng.core.source32 
    Class Description
    AbstractWell
    This abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
    IntProvider
    Base class for all implementations that provide an int-based source randomness.
    RandomIntSource
    Source of randomness that generates values of type int.
    Well19937a
    This class implements the WELL19937a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
    Well44497a
    This class implements the WELL44497a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.