- getIndexM1(int) - Method in class org.apache.commons.rng.core.source32.AbstractWell.IndexTable
-
Returns index + M1 modulo the table size.
- getIndexM2(int) - Method in class org.apache.commons.rng.core.source32.AbstractWell.IndexTable
-
Returns index + M2 modulo the table size.
- getIndexM3(int) - Method in class org.apache.commons.rng.core.source32.AbstractWell.IndexTable
-
Returns index + M3 modulo the table size.
- getIndexPred(int) - Method in class org.apache.commons.rng.core.source32.AbstractWell.IndexTable
-
Returns the predecessor of the given index modulo the table size.
- getIndexPred2(int) - Method in class org.apache.commons.rng.core.source32.AbstractWell.IndexTable
-
Returns the second predecessor of the given index modulo the table size.
- getState() - Method in class org.apache.commons.rng.core.RandomProviderDefaultState
-
- getStateInternal() - Method in class org.apache.commons.rng.core.BaseProvider
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.AbstractWell
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.DotyHumphreySmallFastCounting32
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.IntProvider
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.ISAACRandom
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.JDKRandom
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.JenkinsSmallFast32
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.KISSRandom
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.MersenneTwister
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.MiddleSquareWeylSequence
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source32.MultiplyWithCarry256
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.DotyHumphreySmallFastCounting64
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.JenkinsSmallFast64
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.LongProvider
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.MersenneTwister64
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.PcgRxsMXs64
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.SplitMix64
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.TwoCmres
-
Creates a snapshot of the RNG state.
- getStateInternal() - Method in class org.apache.commons.rng.core.source64.XorShift1024Star
-
Creates a snapshot of the RNG state.
- makeBoolean(int) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
- makeBoolean(long) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
- makeByteArray(int) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Splits an int
into 4 bytes.
- makeByteArray(int[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Splits an array of int
values into a sequence of bytes.
- makeByteArray(long) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Splits a long
into 8 bytes.
- makeByteArray(long[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Splits an array of long
values into a sequence of bytes.
- makeDouble(int, int) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates a double
from two int
values.
- makeDouble(long) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates a double
from a long
value.
- makeFloat(int) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates a float
from an int
value.
- makeInt(byte[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates an int
from 4 bytes.
- makeInt(long) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
- makeIntArray(byte[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates an array of int
values from a sequence of bytes.
- makeLong(byte[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates a long
from 8 bytes.
- makeLong(int, int) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates a long
from two int
values.
- makeLongArray(byte[]) - Static method in class org.apache.commons.rng.core.util.NumberFactory
-
Creates an array of long
values from a sequence of bytes.
- MersenneTwister - Class in org.apache.commons.rng.core.source32
-
This class implements a powerful pseudo-random number generator
developed by Makoto Matsumoto and Takuji Nishimura during
1996-1997.
- MersenneTwister(int[]) - Constructor for class org.apache.commons.rng.core.source32.MersenneTwister
-
Creates a new random number generator.
- MersenneTwister64 - Class in org.apache.commons.rng.core.source64
-
This class provides the 64-bits version of the originally 32-bits
Mersenne Twister
.
- MersenneTwister64(long[]) - Constructor for class org.apache.commons.rng.core.source64.MersenneTwister64
-
Creates a new random number generator.
- MiddleSquareWeylSequence - Class in org.apache.commons.rng.core.source32
-
Middle Square Weyl Sequence Random Number Generator.
- MiddleSquareWeylSequence(long[]) - Constructor for class org.apache.commons.rng.core.source32.MiddleSquareWeylSequence
-
Creates a new instance.
- MultiplyWithCarry256 - Class in org.apache.commons.rng.core.source32
-
- MultiplyWithCarry256(int[]) - Constructor for class org.apache.commons.rng.core.source32.MultiplyWithCarry256
-
Creates a new instance.
- next() - Method in class org.apache.commons.rng.core.source32.DotyHumphreySmallFastCounting32
- next() - Method in class org.apache.commons.rng.core.source32.ISAACRandom
- next() - Method in class org.apache.commons.rng.core.source32.JDKRandom
- next() - Method in class org.apache.commons.rng.core.source32.JenkinsSmallFast32
- next() - Method in class org.apache.commons.rng.core.source32.KISSRandom
- next() - Method in class org.apache.commons.rng.core.source32.MersenneTwister
- next() - Method in class org.apache.commons.rng.core.source32.MiddleSquareWeylSequence
- next() - Method in class org.apache.commons.rng.core.source32.MultiplyWithCarry256
- next() - Method in interface org.apache.commons.rng.core.source32.RandomIntSource
-
- next() - Method in class org.apache.commons.rng.core.source32.Well1024a
- next() - Method in class org.apache.commons.rng.core.source32.Well19937a
- next() - Method in class org.apache.commons.rng.core.source32.Well19937c
- next() - Method in class org.apache.commons.rng.core.source32.Well44497a
- next() - Method in class org.apache.commons.rng.core.source32.Well44497b
- next() - Method in class org.apache.commons.rng.core.source32.Well512a
- next() - Method in class org.apache.commons.rng.core.source64.DotyHumphreySmallFastCounting64
- next() - Method in class org.apache.commons.rng.core.source64.JenkinsSmallFast64
- next() - Method in class org.apache.commons.rng.core.source64.MersenneTwister64
- next() - Method in class org.apache.commons.rng.core.source64.PcgRxsMXs64
- next() - Method in interface org.apache.commons.rng.core.source64.RandomLongSource
-
- next() - Method in class org.apache.commons.rng.core.source64.SplitMix64
- next() - Method in class org.apache.commons.rng.core.source64.TwoCmres
- next() - Method in class org.apache.commons.rng.core.source64.XoRoShiRo128PlusPlus
- next() - Method in class org.apache.commons.rng.core.source64.XorShift1024Star
- nextBoolean() - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextBoolean() - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextBytes(byte[]) - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextBytes(byte[]) - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextBytes(byte[], int, int) - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextBytes(byte[], int, int) - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextDouble() - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextDouble() - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextFloat() - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextFloat() - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextInt() - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextInt() - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextInt(int) - Method in class org.apache.commons.rng.core.BaseProvider
- nextLong() - Method in class org.apache.commons.rng.core.source32.IntProvider
- nextLong() - Method in class org.apache.commons.rng.core.source32.MiddleSquareWeylSequence
- nextLong() - Method in class org.apache.commons.rng.core.source64.LongProvider
- nextLong(long) - Method in class org.apache.commons.rng.core.BaseProvider
- nextOutput() - Method in class org.apache.commons.rng.core.source32.XoRoShiRo64Star
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source32.XoRoShiRo64StarStar
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source32.XoShiRo128Plus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source32.XoShiRo128PlusPlus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source32.XoShiRo128StarStar
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoRoShiRo128Plus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoRoShiRo128PlusPlus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoRoShiRo128StarStar
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo256Plus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo256PlusPlus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo256StarStar
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo512Plus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo512PlusPlus
-
Use the current state to compute the next output from the generator.
- nextOutput() - Method in class org.apache.commons.rng.core.source64.XoShiRo512StarStar
-
Use the current state to compute the next output from the generator.
- NumberFactory - Class in org.apache.commons.rng.core.util
-
Utility for creating number types from one or two int
values
or one long
value, or a sequence of bytes.
- numberOfSubcycleGenerators() - Static method in class org.apache.commons.rng.core.source64.TwoCmres
-
- saveState() - Method in class org.apache.commons.rng.core.BaseProvider
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.BaseProvider
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.AbstractWell
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.DotyHumphreySmallFastCounting32
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.IntProvider
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.ISAACRandom
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.JDKRandom
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.JenkinsSmallFast32
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.KISSRandom
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.MersenneTwister
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.MiddleSquareWeylSequence
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source32.MultiplyWithCarry256
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.DotyHumphreySmallFastCounting64
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.JenkinsSmallFast64
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.LongProvider
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.MersenneTwister64
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.PcgRxsMXs64
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.SplitMix64
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.TwoCmres
-
Resets the RNG to the given state
.
- setStateInternal(byte[]) - Method in class org.apache.commons.rng.core.source64.XorShift1024Star
-
Resets the RNG to the given state
.
- SplitMix64 - Class in org.apache.commons.rng.core.source64
-
A fast RNG, with 64 bits of state, that can be used to initialize the
state of other generators.
- SplitMix64(long) - Constructor for class org.apache.commons.rng.core.source64.SplitMix64
-
Creates a new instance.
- SplitMix64(Long) - Constructor for class org.apache.commons.rng.core.source64.SplitMix64
-
Creates a new instance.
- splitStateInternal(byte[], int) - Method in class org.apache.commons.rng.core.BaseProvider
-
Splits the given state
into a part to be consumed by the caller
in order to restore its local state, while the reminder is passed to
the parent class.
- Well1024a - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL1024a pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well1024a(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well1024a
-
Creates a new random number generator.
- Well19937a - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL19937a pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937a(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well19937a
-
Creates a new random number generator.
- Well19937c - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL19937c pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937c(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well19937c
-
Creates a new random number generator.
- Well44497a - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL44497a pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497a(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well44497a
-
Creates a new random number generator.
- Well44497b - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL44497b pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497b(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well44497b
-
Creates a new random number generator.
- Well512a - Class in org.apache.commons.rng.core.source32
-
This class implements the WELL512a pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well512a(int[]) - Constructor for class org.apache.commons.rng.core.source32.Well512a
-
Creates a new random number generator.
- XoRoShiRo1024PlusPlus - Class in org.apache.commons.rng.core.source64
-
A large-state all-purpose 64-bit generator.
- XoRoShiRo1024PlusPlus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024PlusPlus
-
Creates a new instance.
- XoRoShiRo1024PlusPlus(XoRoShiRo1024PlusPlus) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024PlusPlus
-
Creates a copy instance.
- XoRoShiRo1024Star - Class in org.apache.commons.rng.core.source64
-
A large-state 64-bit generator suitable for double
generation.
- XoRoShiRo1024Star(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024Star
-
Creates a new instance.
- XoRoShiRo1024Star(XoRoShiRo1024Star) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024Star
-
Creates a copy instance.
- XoRoShiRo1024StarStar - Class in org.apache.commons.rng.core.source64
-
A large-state all-purpose 64-bit generator.
- XoRoShiRo1024StarStar(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024StarStar
-
Creates a new instance.
- XoRoShiRo1024StarStar(XoRoShiRo1024StarStar) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo1024StarStar
-
Creates a copy instance.
- XoRoShiRo128Plus - Class in org.apache.commons.rng.core.source64
-
A fast 64-bit generator suitable for double
generation.
- XoRoShiRo128Plus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128Plus
-
Creates a new instance.
- XoRoShiRo128Plus(long, long) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128Plus
-
Creates a new instance using a 2 element seed.
- XoRoShiRo128Plus(XoRoShiRo128Plus) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128Plus
-
Creates a copy instance.
- XoRoShiRo128PlusPlus - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose 64-bit generator.
- XoRoShiRo128PlusPlus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128PlusPlus
-
Creates a new instance.
- XoRoShiRo128PlusPlus(long, long) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128PlusPlus
-
Creates a new instance using a 2 element seed.
- XoRoShiRo128PlusPlus(XoRoShiRo128PlusPlus) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128PlusPlus
-
Creates a copy instance.
- XoRoShiRo128StarStar - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose 64-bit generator.
- XoRoShiRo128StarStar(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128StarStar
-
Creates a new instance.
- XoRoShiRo128StarStar(long, long) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128StarStar
-
Creates a new instance using a 2 element seed.
- XoRoShiRo128StarStar(XoRoShiRo128StarStar) - Constructor for class org.apache.commons.rng.core.source64.XoRoShiRo128StarStar
-
Creates a copy instance.
- XoRoShiRo64Star - Class in org.apache.commons.rng.core.source32
-
A fast 32-bit generator suitable for float
generation.
- XoRoShiRo64Star(int[]) - Constructor for class org.apache.commons.rng.core.source32.XoRoShiRo64Star
-
Creates a new instance.
- XoRoShiRo64Star(int, int) - Constructor for class org.apache.commons.rng.core.source32.XoRoShiRo64Star
-
Creates a new instance using a 2 element seed.
- XoRoShiRo64StarStar - Class in org.apache.commons.rng.core.source32
-
A fast all-purpose 32-bit generator.
- XoRoShiRo64StarStar(int[]) - Constructor for class org.apache.commons.rng.core.source32.XoRoShiRo64StarStar
-
Creates a new instance.
- XoRoShiRo64StarStar(int, int) - Constructor for class org.apache.commons.rng.core.source32.XoRoShiRo64StarStar
-
Creates a new instance using a 2 element seed.
- XorShift1024Star - Class in org.apache.commons.rng.core.source64
-
A fast RNG implementing the XorShift1024*
algorithm.
- XorShift1024Star(long[]) - Constructor for class org.apache.commons.rng.core.source64.XorShift1024Star
-
Creates a new instance.
- XorShift1024Star(long[], long) - Constructor for class org.apache.commons.rng.core.source64.XorShift1024Star
-
Creates a new instance.
- XorShift1024Star(XorShift1024Star) - Constructor for class org.apache.commons.rng.core.source64.XorShift1024Star
-
Creates a copy instance.
- XorShift1024StarPhi - Class in org.apache.commons.rng.core.source64
-
A fast RNG implementing the XorShift1024*
algorithm.
- XorShift1024StarPhi(long[]) - Constructor for class org.apache.commons.rng.core.source64.XorShift1024StarPhi
-
Creates a new instance.
- XorShift1024StarPhi(XorShift1024StarPhi) - Constructor for class org.apache.commons.rng.core.source64.XorShift1024StarPhi
-
Creates a copy instance.
- XoShiRo128Plus - Class in org.apache.commons.rng.core.source32
-
A fast 32-bit generator suitable for float
generation.
- XoShiRo128Plus(int[]) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128Plus
-
Creates a new instance.
- XoShiRo128Plus(int, int, int, int) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128Plus
-
Creates a new instance using a 4 element seed.
- XoShiRo128Plus(XoShiRo128Plus) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128Plus
-
Creates a copy instance.
- XoShiRo128PlusPlus - Class in org.apache.commons.rng.core.source32
-
A fast all-purpose 32-bit generator.
- XoShiRo128PlusPlus(int[]) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128PlusPlus
-
Creates a new instance.
- XoShiRo128PlusPlus(int, int, int, int) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128PlusPlus
-
Creates a new instance using a 4 element seed.
- XoShiRo128PlusPlus(XoShiRo128PlusPlus) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128PlusPlus
-
Creates a copy instance.
- XoShiRo128StarStar - Class in org.apache.commons.rng.core.source32
-
A fast all-purpose 32-bit generator.
- XoShiRo128StarStar(int[]) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128StarStar
-
Creates a new instance.
- XoShiRo128StarStar(int, int, int, int) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128StarStar
-
Creates a new instance using a 4 element seed.
- XoShiRo128StarStar(XoShiRo128StarStar) - Constructor for class org.apache.commons.rng.core.source32.XoShiRo128StarStar
-
Creates a copy instance.
- XoShiRo256Plus - Class in org.apache.commons.rng.core.source64
-
A fast 64-bit generator suitable for double
generation.
- XoShiRo256Plus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256Plus
-
Creates a new instance.
- XoShiRo256Plus(long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256Plus
-
Creates a new instance using a 4 element seed.
- XoShiRo256Plus(XoShiRo256Plus) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256Plus
-
Creates a copy instance.
- XoShiRo256PlusPlus - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose 64-bit generator.
- XoShiRo256PlusPlus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256PlusPlus
-
Creates a new instance.
- XoShiRo256PlusPlus(long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256PlusPlus
-
Creates a new instance using a 4 element seed.
- XoShiRo256PlusPlus(XoShiRo256PlusPlus) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256PlusPlus
-
Creates a copy instance.
- XoShiRo256StarStar - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose 64-bit generator.
- XoShiRo256StarStar(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256StarStar
-
Creates a new instance.
- XoShiRo256StarStar(long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256StarStar
-
Creates a new instance using a 4 element seed.
- XoShiRo256StarStar(XoShiRo256StarStar) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo256StarStar
-
Creates a copy instance.
- XoShiRo512Plus - Class in org.apache.commons.rng.core.source64
-
A fast 64-bit generator suitable for double
generation.
- XoShiRo512Plus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512Plus
-
Creates a new instance.
- XoShiRo512Plus(long, long, long, long, long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512Plus
-
Creates a new instance using an 8 element seed.
- XoShiRo512Plus(XoShiRo512Plus) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512Plus
-
Creates a copy instance.
- XoShiRo512PlusPlus - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose generator.
- XoShiRo512PlusPlus(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512PlusPlus
-
Creates a new instance.
- XoShiRo512PlusPlus(long, long, long, long, long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512PlusPlus
-
Creates a new instance using an 8 element seed.
- XoShiRo512PlusPlus(XoShiRo512PlusPlus) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512PlusPlus
-
Creates a copy instance.
- XoShiRo512StarStar - Class in org.apache.commons.rng.core.source64
-
A fast all-purpose generator.
- XoShiRo512StarStar(long[]) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512StarStar
-
Creates a new instance.
- XoShiRo512StarStar(long, long, long, long, long, long, long, long) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512StarStar
-
Creates a new instance using an 8 element seed.
- XoShiRo512StarStar(XoShiRo512StarStar) - Constructor for class org.apache.commons.rng.core.source64.XoShiRo512StarStar
-
Creates a copy instance.