Package | Description |
---|---|
org.apache.commons.rng.core.source32 |
Concrete algorithms for
int -based sources of randomness. |
Class and 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.
|
XoShiRo128Plus
A fast 32-bit generator suitable for
float generation. |
XoShiRo128PlusPlus
A fast all-purpose 32-bit generator.
|
XoShiRo128StarStar
A fast all-purpose 32-bit generator.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.