RandomIntSource, RestorableUniformRandomProvider, UniformRandomProviderWell44497bpublic class Well44497a extends AbstractWell
This generator is described in a paper by François Panneton, Pierre L'Ecuyer and Makoto Matsumoto Improved Long-Period Generators Based on Linear Recurrences Modulo 2 ACM Transactions on Mathematical Software, 32, 1 (2006). The errata for the paper are in wellrng-errata.txt.
AbstractWell.IndexTableindex, v| Constructor | Description |
|---|---|
Well44497a(int[] seed) |
Creates a new random number generator.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
next() |
getStateInternal, setStateInternalcheckIndex, checkStateSize, composeStateInternal, fillState, fillState, nextInt, nextLong, restoreState, saveState, splitStateInternal, toStringnextBoolean, nextBytes, nextBytes, nextDouble, nextFloat, nextInt, nextLong, resetCachedStatepublic Well44497a(int[] seed)
seed - Initial seed.public int next()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.