B C G I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- ByteArray2IntArray - Class in org.apache.commons.rng.simple.internal
-
Creates a
int[]
from abyte[]
. - ByteArray2IntArray() - Constructor for class org.apache.commons.rng.simple.internal.ByteArray2IntArray
- ByteArray2LongArray - Class in org.apache.commons.rng.simple.internal
-
Creates a
long[]
from abyte[]
. - ByteArray2LongArray() - Constructor for class org.apache.commons.rng.simple.internal.ByteArray2LongArray
C
- convert(byte[]) - Method in class org.apache.commons.rng.simple.internal.ByteArray2IntArray
-
Converts seed from input type to output type.
- convert(byte[]) - Method in class org.apache.commons.rng.simple.internal.ByteArray2LongArray
-
Converts seed from input type to output type.
- convert(byte[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input
byte[]
seed to the native seed type. - convert(int[]) - Method in class org.apache.commons.rng.simple.internal.IntArray2Int
-
Converts seed from input type to output type.
- convert(int[]) - Method in class org.apache.commons.rng.simple.internal.IntArray2LongArray
-
Converts seed from input type to output type.
- convert(int[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input
int[]
seed to the native seed type. - convert(long[]) - Method in class org.apache.commons.rng.simple.internal.LongArray2IntArray
-
Converts seed from input type to output type.
- convert(long[]) - Method in class org.apache.commons.rng.simple.internal.LongArray2Long
-
Converts seed from input type to output type.
- convert(long[], int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input
long[]
seed to the native seed type. - convert(IN) - Method in interface org.apache.commons.rng.simple.internal.SeedConverter
-
Converts seed from input type to output type.
- convert(IN) - Method in class org.apache.commons.rng.simple.internal.SeedConverterComposer
-
Converts seed from input type to output type.
- convert(IN, int) - Method in interface org.apache.commons.rng.simple.internal.Seed2ArrayConverter
-
Converts seed from input type to output type.
- convert(Integer) - Method in class org.apache.commons.rng.simple.internal.Int2Long
-
Converts seed from input type to output type.
- convert(Integer, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input
Integer
seed to the native seed type. - convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2Int
-
Converts seed from input type to output type.
- convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2IntArray
-
Converts seed from input type to output type.
- convert(Long) - Method in class org.apache.commons.rng.simple.internal.Long2LongArray
-
Converts seed from input type to output type.
- convert(Long, int) - Method in class org.apache.commons.rng.simple.internal.Long2IntArray
-
Converts seed from input type to output type.
- convert(Long, int) - Method in class org.apache.commons.rng.simple.internal.Long2LongArray
-
Converts seed from input type to output type.
- convert(Long, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Convert the input
Long
seed to the native seed type. - convert(SEED) - Method in class org.apache.commons.rng.simple.internal.NoOpConverter
-
Converts seed from input type to output type.
- convertSeed(Object) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Converts a seed from any of the supported seed types to a native seed.
- convertSeed(Object, int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Converts the input seed from any of the supported seed types to the native seed type.
- convertSeedToBytes(Object) - Static method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Converts the input seed from any of the supported seed types to bytes.
- create() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with a random seed.
- create(Object, Object...) - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a random number generator with the given
seed
. - create(ProviderBuilder.RandomSourceInternal) - Static method in class org.apache.commons.rng.simple.internal.ProviderBuilder
-
Creates a RNG instance.
- create(ProviderBuilder.RandomSourceInternal, Object, Object[]) - Static method in class org.apache.commons.rng.simple.internal.ProviderBuilder
-
Creates a RNG instance.
- create(RandomSource) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Deprecated.It is preferred to use the
RandomSource.create()
instance method. - create(RandomSource, Object, Object...) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Deprecated.It is preferred to use the
RandomSource.create(Object, Object...)
instance method. - createByteArraySeed(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a
byte[]
seed using the provided source of randomness. - createInt() - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an
int
number for use as a seed. - createInt() - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a number for use as a seed.
- createIntArray(int) - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an array of
int
numbers for use as a seed. - createIntArray(int) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates an array of numbers for use as a seed.
- createLong() - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates a
long
number for use as a seed. - createLong() - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a number for use as a seed.
- createLongArray(int) - Static method in class org.apache.commons.rng.simple.internal.SeedFactory
-
Creates an array of
long
numbers for use as a seed. - createLongArray(int) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Creates an array of numbers for use as a seed.
- createSeed() - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a native seed.
- createSeed() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a seed suitable for the implementing class represented by this random source.
- createSeed(int) - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Creates the seed.
- createSeed(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.RandomSource
-
Creates a seed suitable for the implementing class represented by this random source using the supplied source of randomness.
- createSeedBytes() - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a seed suitable for the implementing class represented by this random source.
- createSeedBytes(UniformRandomProvider) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Creates a seed suitable for the implementing class represented by this random source using the supplied source of randomness.
- current(RandomSource) - Static method in class org.apache.commons.rng.simple.ThreadLocalRandomSource
-
Returns the current thread's copy of the given
source
.
G
- getBytes() - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Gets the number of bytes required to represent the native seed type.
- getRng() - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Gets the implementing class of the random source.
- getType() - Method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Gets the class type of the native seed.
I
- INT - org.apache.commons.rng.simple.internal.NativeSeedType
-
The seed type is
Integer
. - INT_ARRAY - org.apache.commons.rng.simple.internal.NativeSeedType
-
The seed type is
int[]
. - Int2Long - Class in org.apache.commons.rng.simple.internal
-
Converts a
Integer
to anLong
. - Int2Long() - Constructor for class org.apache.commons.rng.simple.internal.Int2Long
- IntArray2Int - Class in org.apache.commons.rng.simple.internal
-
Creates a single value by "xor" of all the values in the input array.
- IntArray2Int() - Constructor for class org.apache.commons.rng.simple.internal.IntArray2Int
- IntArray2LongArray - Class in org.apache.commons.rng.simple.internal
-
Creates a
long[]
from anint[]
. - IntArray2LongArray() - Constructor for class org.apache.commons.rng.simple.internal.IntArray2LongArray
- ISAAC - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
ISAACRandom
. - ISAAC - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
ISAACRandom
. - isJumpable() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Checks whether the implementing class represented by this random source supports the
JumpableUniformRandomProvider
interface. - isLongJumpable() - Method in enum org.apache.commons.rng.simple.RandomSource
-
Checks whether the implementing class represented by this random source supports the
LongJumpableUniformRandomProvider
interface. - isNativeSeed(Object) - Method in enum org.apache.commons.rng.simple.RandomSource
-
Checks whether the type of given
seed
is the native type of the implementation. - isNativeSeed(SEED) - Method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Checks whether the type of given
seed
is the native type of the implementation.
J
- JDK - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
JDKRandom
. - JDK - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
JDKRandom
. - JDKRandomBridge - Class in org.apache.commons.rng.simple
- JDKRandomBridge(RandomSource, Object) - Constructor for class org.apache.commons.rng.simple.JDKRandomBridge
-
Creates a new instance.
- JDKRandomWrapper - Class in org.apache.commons.rng.simple
-
Wraps a
Random
instance to implementUniformRandomProvider
. - JDKRandomWrapper(Random) - Constructor for class org.apache.commons.rng.simple.JDKRandomWrapper
-
Create a wrapper around a Random instance.
- JSF_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
JenkinsSmallFast32
. - JSF_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
JenkinsSmallFast32
. - JSF_64 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
JenkinsSmallFast64
. - JSF_64 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
JenkinsSmallFast64
.
K
- KISS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
KISSRandom
. - KISS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
KISSRandom
.
L
- LONG - org.apache.commons.rng.simple.internal.NativeSeedType
-
The seed type is
Long
. - LONG_ARRAY - org.apache.commons.rng.simple.internal.NativeSeedType
-
The seed type is
long[]
. - Long2Int - Class in org.apache.commons.rng.simple.internal
-
Converts a
Long
to anInteger
. - Long2Int() - Constructor for class org.apache.commons.rng.simple.internal.Long2Int
- Long2IntArray - Class in org.apache.commons.rng.simple.internal
-
Uses a
long
value to seed aSplitMix64
RNG and create aint[]
with the requested number of random values. - Long2IntArray(int) - Constructor for class org.apache.commons.rng.simple.internal.Long2IntArray
- Long2LongArray - Class in org.apache.commons.rng.simple.internal
-
Uses a
Long
value to seed aSplitMix64
RNG and create along[]
with the requested number of random values. - Long2LongArray(int) - Constructor for class org.apache.commons.rng.simple.internal.Long2LongArray
- LongArray2IntArray - Class in org.apache.commons.rng.simple.internal
-
Creates an
int[]
from along[]
. - LongArray2IntArray() - Constructor for class org.apache.commons.rng.simple.internal.LongArray2IntArray
- LongArray2Long - Class in org.apache.commons.rng.simple.internal
-
Creates a single value by "xor" of all the values in the input array.
- LongArray2Long() - Constructor for class org.apache.commons.rng.simple.internal.LongArray2Long
M
- MSWS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
MiddleSquareWeylSequence
. - MSWS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
MiddleSquareWeylSequence
. - MT - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
MersenneTwister
. - MT - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
MersenneTwister
. - MT_64 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
MersenneTwister64
. - MT_64 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
MersenneTwister64
. - MWC_256 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
MultiplyWithCarry256
. - MWC_256 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
MultiplyWithCarry256
.
N
- NativeSeedType - Enum in org.apache.commons.rng.simple.internal
-
The native seed type.
- next(int) - Method in class org.apache.commons.rng.simple.JDKRandomBridge
-
Delegates the generation of 32 random bits to the
RandomSource
argument provided atconstruction
. - nextBoolean() - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextBytes(byte[]) - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextBytes(byte[], int, int) - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextDouble() - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextFloat() - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextInt() - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextInt(int) - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextLong() - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- nextLong(long) - Method in class org.apache.commons.rng.simple.JDKRandomWrapper
- NoOpConverter<SEED> - Class in org.apache.commons.rng.simple.internal
-
Dummy converter that simply passes on its input.
- NoOpConverter() - Constructor for class org.apache.commons.rng.simple.internal.NoOpConverter
O
- org.apache.commons.rng.simple - package org.apache.commons.rng.simple
-
Randomness providers
- org.apache.commons.rng.simple.internal - package org.apache.commons.rng.simple.internal
-
Utilities for seed conversion.
P
- PCG_MCG_XSH_RR_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgMcgXshRr32
. - PCG_MCG_XSH_RR_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgMcgXshRr32
. - PCG_MCG_XSH_RS_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgMcgXshRs32
. - PCG_MCG_XSH_RS_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgMcgXshRs32
. - PCG_RXS_M_XS_64 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgRxsMXs64
. - PCG_RXS_M_XS_64 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgRxsMXs64
. - PCG_RXS_M_XS_64_OS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgRxsMXs64
. - PCG_RXS_M_XS_64_OS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgRxsMXs64
. - PCG_XSH_RR_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgXshRr32
. - PCG_XSH_RR_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgXshRr32
. - PCG_XSH_RR_32_OS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgXshRr32
. - PCG_XSH_RR_32_OS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgXshRr32
. - PCG_XSH_RS_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgXshRs32
. - PCG_XSH_RS_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgXshRs32
. - PCG_XSH_RS_32_OS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
PcgXshRs32
. - PCG_XSH_RS_32_OS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
PcgXshRs32
. - ProviderBuilder - Class in org.apache.commons.rng.simple.internal
-
RNG builder.
- ProviderBuilder.RandomSourceInternal - Enum in org.apache.commons.rng.simple.internal
-
Identifiers of the generators.
R
- RandomSource - Enum in org.apache.commons.rng.simple
-
This class provides the API for creating generators of random numbers.
S
- Seed2ArrayConverter<IN,OUT> - Interface in org.apache.commons.rng.simple.internal
-
Seed converter to create an output array type.
- SeedConverter<IN,OUT> - Interface in org.apache.commons.rng.simple.internal
-
Seed converter.
- SeedConverterComposer<IN,TRANS,OUT> - Class in org.apache.commons.rng.simple.internal
-
Composes two
converters
. - SeedConverterComposer(SeedConverter<IN, TRANS>, SeedConverter<TRANS, OUT>) - Constructor for class org.apache.commons.rng.simple.internal.SeedConverterComposer
- SeedFactory - Class in org.apache.commons.rng.simple.internal
-
Utilities related to seeding.
- setSeed(long) - Method in class org.apache.commons.rng.simple.JDKRandomBridge
- SFC_32 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
DotyHumphreySmallFastCounting32
. - SFC_32 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
DotyHumphreySmallFastCounting32
. - SFC_64 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
DotyHumphreySmallFastCounting64
. - SFC_64 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
DotyHumphreySmallFastCounting64
. - SPLIT_MIX_64 - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
SplitMix64
. - SPLIT_MIX_64 - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
SplitMix64
.
T
- ThreadLocalRandomSource - Class in org.apache.commons.rng.simple
-
This class provides a thread-local
UniformRandomProvider
. - TWO_CMRES - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
TwoCmres
. - TWO_CMRES - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
TwoCmres
. - TWO_CMRES_SELECT - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
TwoCmres
with explicit selection of the two subcycle generators. - TWO_CMRES_SELECT - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
TwoCmres
, with explicit selection of the two subcycle generators.
U
- unrestorable(UniformRandomProvider) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Wraps the given
delegate
generator in a new instance that does not allow access to the "save/restore" functionality.
V
- valueOf(String) - Static method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.commons.rng.simple.internal.NativeSeedType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.rng.simple.RandomSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WELL_1024_A - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well1024a
. - WELL_1024_A - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well1024a
. - WELL_19937_A - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well19937a
. - WELL_19937_A - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well19937a
. - WELL_19937_C - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well19937c
. - WELL_19937_C - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well19937c
. - WELL_44497_A - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well44497a
. - WELL_44497_A - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well44497a
. - WELL_44497_B - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well44497b
. - WELL_44497_B - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well44497b
. - WELL_512_A - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
Well512a
. - WELL_512_A - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
Well512a
.
X
- XO_RO_SHI_RO_1024_PP - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo1024PlusPlus
. - XO_RO_SHI_RO_1024_PP - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo1024PlusPlus
. - XO_RO_SHI_RO_1024_S - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo1024Star
. - XO_RO_SHI_RO_1024_S - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo1024Star
. - XO_RO_SHI_RO_1024_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo1024StarStar
. - XO_RO_SHI_RO_1024_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo1024StarStar
. - XO_RO_SHI_RO_128_PLUS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo128Plus
. - XO_RO_SHI_RO_128_PLUS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo128Plus
. - XO_RO_SHI_RO_128_PP - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo128PlusPlus
. - XO_RO_SHI_RO_128_PP - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo128PlusPlus
. - XO_RO_SHI_RO_128_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo128StarStar
. - XO_RO_SHI_RO_128_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo128StarStar
. - XO_RO_SHI_RO_64_S - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo64Star
. - XO_RO_SHI_RO_64_S - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo64Star
. - XO_RO_SHI_RO_64_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoRoShiRo64StarStar
. - XO_RO_SHI_RO_64_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoRoShiRo64StarStar
. - XO_SHI_RO_128_PLUS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo128Plus
. - XO_SHI_RO_128_PLUS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo128Plus
. - XO_SHI_RO_128_PP - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo128PlusPlus
. - XO_SHI_RO_128_PP - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo128PlusPlus
. - XO_SHI_RO_128_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo128StarStar
. - XO_SHI_RO_128_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo128StarStar
. - XO_SHI_RO_256_PLUS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo256Plus
. - XO_SHI_RO_256_PLUS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo256Plus
. - XO_SHI_RO_256_PP - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo256PlusPlus
. - XO_SHI_RO_256_PP - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo256PlusPlus
. - XO_SHI_RO_256_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo256StarStar
. - XO_SHI_RO_256_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo256StarStar
. - XO_SHI_RO_512_PLUS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo512Plus
. - XO_SHI_RO_512_PLUS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo512Plus
. - XO_SHI_RO_512_PP - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo512PlusPlus
. - XO_SHI_RO_512_PP - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo512PlusPlus
. - XO_SHI_RO_512_SS - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XoShiRo512StarStar
. - XO_SHI_RO_512_SS - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XoShiRo512StarStar
. - XOR_SHIFT_1024_S - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XorShift1024Star
. - XOR_SHIFT_1024_S - org.apache.commons.rng.simple.RandomSource
-
Deprecated.Since 1.3, where it is recommended to use
XOR_SHIFT_1024_S_PHI
instead due to its slightly better (more uniform) output.XOR_SHIFT_1024_S
is still quite usable but both are variants of the same algorithm and maintain their internal state identically. Their outputs are correlated and the two should not be used together when independent sequences are assumed. - XOR_SHIFT_1024_S_PHI - org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
-
Source of randomness is
XorShift1024StarPhi
. - XOR_SHIFT_1024_S_PHI - org.apache.commons.rng.simple.RandomSource
-
Source of randomness is
XorShift1024StarPhi
.
All Classes All Packages