Constant Field Values
Contents
org.apache.*
-
org.apache.commons.rng.org.apache.commons.rng.UniformRandomProviderSupport Modifier and Type Constant Field Value private static final java.lang.String
INVALID_RANGE
"Invalid range: [%s, %s)"
private static final java.lang.String
INVALID_STREAM_SIZE
"Invalid stream size: "
private static final java.lang.String
INVALID_UPPER_BOUND
"Upper bound must be above zero: "
private static final java.lang.String
NULL_ACTION
"action must not be null"
private static final long
POW_32
4294967296L
-
org.apache.commons.rng.core.BaseProvider Modifier and Type Constant Field Value private static final int
GOLDEN_RATIO_32
-1640531527
private static final long
GOLDEN_RATIO_64
-7046029254386353131L
-
org.apache.commons.rng.core.source32.org.apache.commons.rng.core.source32.AbstractPcg6432 Modifier and Type Constant Field Value private static final long
DEFAULT_INCREMENT
1442695040888963407L
private static final int
SEED_SIZE
2
-
org.apache.commons.rng.core.source32.AbstractWell Modifier and Type Constant Field Value private static final int
BLOCK_SIZE
32
-
org.apache.commons.rng.core.source32.org.apache.commons.rng.core.source32.AbstractXoRoShiRo64 Modifier and Type Constant Field Value private static final int
SEED_SIZE
2
-
org.apache.commons.rng.core.source32.org.apache.commons.rng.core.source32.AbstractXoShiRo128 Modifier and Type Constant Field Value private static final int
SEED_SIZE
4
-
org.apache.commons.rng.core.source32.DotyHumphreySmallFastCounting32 Modifier and Type Constant Field Value private static final int
SEED_SIZE
3
-
org.apache.commons.rng.core.source32.IntProvider Modifier and Type Constant Field Value private static final int
EMPTY_BOOL_SOURCE
1
-
org.apache.commons.rng.core.source32.ISAACRandom Modifier and Type Constant Field Value private static final int
GLD_RATIO
-1640531527
private static final int
H_SIZE
128
private static final int
MASK
1020
private static final int
SIZE
256
private static final int
SIZE_L
8
-
org.apache.commons.rng.core.source32.KISSRandom Modifier and Type Constant Field Value private static final int
SEED_SIZE
4
-
org.apache.commons.rng.core.source32.L32X64Mix Modifier and Type Constant Field Value private static final int
M
-1380669139
private static final int
SEED_SIZE
4
-
org.apache.commons.rng.core.source32.org.apache.commons.rng.core.source32.LXMSupport Modifier and Type Constant Field Value static final int
C32P
74121216
static final int
GOLDEN_RATIO_32
-1640531527
static final int
M32
-1380669139
static final int
M32P
1701052417
-
org.apache.commons.rng.core.source32.MersenneTwister Modifier and Type Constant Field Value private static final long
INT_MASK_LONG
4294967295L
private static final int
LOWER_MASK
2147483647
private static final long
LOWER_MASK_LONG
2147483647L
private static final int
M
397
private static final int
N
624
private static final int
UPPER_MASK
-2147483648
private static final long
UPPER_MASK_LONG
2147483648L
-
org.apache.commons.rng.core.source32.MiddleSquareWeylSequence Modifier and Type Constant Field Value private static final int
SEED_SIZE
3
-
org.apache.commons.rng.core.source32.MultiplyWithCarry256 Modifier and Type Constant Field Value private static final long
A
809430660L
private static final int
Q_SIZE
256
private static final int
SEED_SIZE
257
-
org.apache.commons.rng.core.source32.Well1024a Modifier and Type Constant Field Value private static final int
K
1024
private static final int
M1
3
private static final int
M2
24
private static final int
M3
10
-
org.apache.commons.rng.core.source32.Well19937a Modifier and Type Constant Field Value private static final int
K
19937
private static final int
M1
70
private static final int
M2
179
private static final int
M3
449
-
org.apache.commons.rng.core.source32.Well44497a Modifier and Type Constant Field Value private static final int
K
44497
private static final int
M1
23
private static final int
M2
481
private static final int
M3
229
-
org.apache.commons.rng.core.source32.Well512a Modifier and Type Constant Field Value private static final int
K
512
private static final int
M1
13
private static final int
M2
9
private static final int
M3
5
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractL128 Modifier and Type Constant Field Value private static final long
ML
-3024805186288043011L
private static final int
SEED_SIZE
4
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractL64 Modifier and Type Constant Field Value private static final int
SEED_SIZE
2
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractL64X128 Modifier and Type Constant Field Value protected static final long
M
-3372029247567499371L
private static final int
SEED_SIZE
4
private static final int
XBG_STATE_SIZE
2
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractXoRoShiRo1024 Modifier and Type Constant Field Value private static final int
SEED_SIZE
16
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractXoRoShiRo128 Modifier and Type Constant Field Value private static final int
SEED_SIZE
2
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractXoShiRo256 Modifier and Type Constant Field Value private static final int
SEED_SIZE
4
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.AbstractXoShiRo512 Modifier and Type Constant Field Value private static final int
SEED_SIZE
8
-
org.apache.commons.rng.core.source64.DotyHumphreySmallFastCounting64 Modifier and Type Constant Field Value private static final int
SEED_SIZE
3
-
org.apache.commons.rng.core.source64.L128X1024Mix Modifier and Type Constant Field Value private static final int
LCG_STATE_SIZE
4
private static final long
ML
-3024805186288043011L
private static final int
SEED_SIZE
20
private static final int
XBG_STATE_SIZE
16
-
org.apache.commons.rng.core.source64.L128X128Mix Modifier and Type Constant Field Value private static final long
ML
-3024805186288043011L
private static final int
SEED_SIZE
6
private static final int
XBG_STATE_SIZE
2
-
org.apache.commons.rng.core.source64.L128X256Mix Modifier and Type Constant Field Value private static final long
ML
-3024805186288043011L
private static final int
SEED_SIZE
8
private static final int
XBG_STATE_SIZE
4
-
org.apache.commons.rng.core.source64.L64X1024Mix Modifier and Type Constant Field Value private static final int
LCG_STATE_SIZE
2
private static final long
M
-3372029247567499371L
private static final int
SEED_SIZE
18
private static final int
XBG_STATE_SIZE
16
-
org.apache.commons.rng.core.source64.L64X256Mix Modifier and Type Constant Field Value private static final long
M
-3372029247567499371L
private static final int
SEED_SIZE
6
private static final int
XBG_STATE_SIZE
4
-
org.apache.commons.rng.core.source64.LongProvider Modifier and Type Constant Field Value private static final long
EMPTY_BOOL_SOURCE
1L
private static final long
EMPTY_INT_SOURCE
-1L
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.LXMSupport Modifier and Type Constant Field Value static final long
C128PH
6995105244622518211L
static final long
C64P
1614853376254672896L
static final long
GOLDEN_RATIO_64
-7046029254386353131L
private static final long
INT_TO_UNSIGNED_BYTE_MASK
4294967295L
static final long
M128L
-3024805186288043011L
static final long
M128PH
3598791670994785524L
static final long
M64
-3372029247567499371L
static final long
M64P
-8276630626270969855L
-
org.apache.commons.rng.core.source64.MersenneTwister64 Modifier and Type Constant Field Value private static final long
LM
2147483647L
private static final int
MM
156
private static final int
NN
312
private static final long
UM
-2147483648L
-
org.apache.commons.rng.core.source64.PcgRxsMXs64 Modifier and Type Constant Field Value private static final long
DEFAULT_INCREMENT
1442695040888963407L
private static final int
SEED_SIZE
2
-
org.apache.commons.rng.core.source64.TwoCmres Modifier and Type Constant Field Value private static final java.lang.String
INTERNAL_ERROR_MSG
"Internal error: Please file a bug report"
private static final byte
SEED_GUARD
9
-
org.apache.commons.rng.core.source64.org.apache.commons.rng.core.source64.TwoCmres.Cmres Modifier and Type Constant Field Value private static final java.lang.String
HEX_FORMAT
"0x%016xL"
private static final java.lang.String
SEP
", "
-
org.apache.commons.rng.core.source64.XorShift1024Star Modifier and Type Constant Field Value private static final int
SEED_SIZE
16
-
org.apache.commons.rng.core.util.NumberFactory Modifier and Type Constant Field Value private static final double
DOUBLE_MULTIPLIER
1.1102230246251565E-16
private static final float
FLOAT_MULTIPLIER
5.9604644775390625E-8f
private static final int
INT_LOWEST_BYTE_MASK
255
private static final int
INT_SIZE
4
private static final long
LONG_LOWEST_BYTE_MASK
255L
private static final int
LONG_SIZE
8
-
org.apache.commons.rng.core.util.RandomStreams Modifier and Type Constant Field Value private static final int
SEED_CHAR_BITS
4
-
org.apache.commons.rng.core.util.org.apache.commons.rng.core.util.RandomStreams.SeededObjectSpliterator Modifier and Type Constant Field Value private static final java.lang.String
NULL_ACTION
"action must not be null"
-
org.apache.commons.rng.sampling.DiscreteProbabilityCollectionSampler<T> Modifier and Type Constant Field Value private static final java.lang.String
EMPTY_COLLECTION
"Empty collection"
-
org.apache.commons.rng.sampling.ListSampler Modifier and Type Constant Field Value private static final int
RANDOM_ACCESS_SIZE_THRESHOLD
4
-
org.apache.commons.rng.sampling.UnitSphereSampler Modifier and Type Constant Field Value private static final int
MASK_BIT_2
2
private static final int
ONE_D
1
private static final int
THREE_D
3
private static final int
TWO_D
2
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.AhrensDieterMarsagliaTsangGammaSampler.MarsagliaTsangGammaSampler Modifier and Type Constant Field Value private static final double
ONE_THIRD
0.3333333333333333
-
org.apache.commons.rng.sampling.distribution.AliasMethodDiscreteSampler Modifier and Type Constant Field Value private static final double
CONVERT_TO_NUMERATOR
9.007199254740992E15
private static final int
DEFAULT_ALPHA
0
private static final int
MAX_SMALL_POWER_2_SIZE
2048
private static final long
ONE_AS_NUMERATOR
9007199254740992L
private static final double
ZERO
0.0
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.ChengBetaSampler.ChengBCBetaSampler Modifier and Type Constant Field Value private static final double
ONE_HALF
0.5
private static final double
ONE_QUARTER
0.25
-
org.apache.commons.rng.sampling.distribution.ContinuousUniformSampler Modifier and Type Constant Field Value private static final int
MIN_ULP_OPPOSITE_SIGN
3
private static final int
MIN_ULP_SAME_SIGN
2
-
org.apache.commons.rng.sampling.distribution.DirichletSampler Modifier and Type Constant Field Value private static final int
MIN_CATGEORIES
2
-
org.apache.commons.rng.sampling.distribution.FastLoadedDiceRollerDiscreteSampler Modifier and Type Constant Field Value private static final long
MANTISSA_MASK
4503599627370495L
private static final int
MANTISSA_SIZE
52
private static final int
MAX_ARRAY_SIZE
2147483639
private static final int
MAX_BIASED_EXPONENT
2046
private static final int
MAX_OFFSET
10
private static final int
NO_LABEL
2147483647
private static final java.lang.String
SAMPLER_NAME
"Fast Loaded Dice Roller"
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.FastLoadedDiceRollerDiscreteSampler.FLDRSampler Modifier and Type Constant Field Value private static final int
EMPTY_BOOL_SOURCE
1
-
org.apache.commons.rng.sampling.distribution.GuideTableDiscreteSampler Modifier and Type Constant Field Value private static final double
DEFAULT_ALPHA
1.0
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.InternalGamma Modifier and Type Constant Field Value private static final double
HALF_LOG_2_PI
0.9189385332046728
public static final double
LANCZOS_G
4.7421875
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.InternalUtils Modifier and Type Constant Field Value private static final int
BEGIN_LOG_FACTORIALS
2
private static final double
DOUBLE_MULTIPLIER
1.1102230246251565E-16
-
org.apache.commons.rng.sampling.distribution.LargeMeanPoissonSampler Modifier and Type Constant Field Value private static final double
MAX_MEAN
1.0737418235E9
-
org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler Modifier and Type Constant Field Value private static final double
DOUBLE_31
2.147483648E9
private static final int
INT_16
65536
private static final int
INT_30
1073741824
private static final int
INT_8
256
-
org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.Binomial Modifier and Type Constant Field Value private static final java.lang.String
BINOMIAL_NAME
"Binomial"
-
org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.Enumerated Modifier and Type Constant Field Value private static final java.lang.String
ENUMERATED_NAME
"Enumerated"
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.MarsagliaTsangWangBase64Int16DiscreteSampler Modifier and Type Constant Field Value private static final int
MASK
65535
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.MarsagliaTsangWangBase64Int8DiscreteSampler Modifier and Type Constant Field Value private static final int
MASK
255
-
org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.Poisson Modifier and Type Constant Field Value private static final double
MAX_MEAN
1024.0
private static final double
MEAN_THRESHOLD
21.4
private static final java.lang.String
POISSON_NAME
"Poisson"
-
org.apache.commons.rng.sampling.distribution.PoissonSampler Modifier and Type Constant Field Value static final double
PIVOT
40.0
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.RejectionInversionZipfSampler.RejectionInversionZipfSamplerImpl Modifier and Type Constant Field Value private static final double
F_1_2
0.5
private static final double
F_1_3
0.3333333333333333
private static final double
F_1_4
0.25
private static final double
TAYLOR_THRESHOLD
1.0E-8
-
org.apache.commons.rng.sampling.distribution.StableSampler Modifier and Type Constant Field Value private static final double
ALPHA_CAUCHY
1.0
private static final double
ALPHA_GAUSSIAN
2.0
private static final double
ALPHA_LEVY
0.5
private static final double
ALPHA_SMALL
0.02
private static final double
BETA_LEVY
1.0
private static final double
DELTA_0
0.0
private static final double
GAMMA_1
1.0
private static final double
LOWER
-1d/0d
private static final double
PI_2
1.5707963267948966
private static final double
TAU_ZERO
0.0
private static final double
UPPER
1d/0d
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.StableSampler.BaseStableSampler Modifier and Type Constant Field Value private static final double
NEG_PI_2
-1.5707963267948966
private static final double
NEG_PI_4
-0.7853981633974483
private static final double
PI_2_SCALED
1.743934249004316E-16
private static final double
PI_4_SCALED
8.71967124502158E-17
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.StableSampler.CMSStableSampler Modifier and Type Constant Field Value private static final double
HALF
0.5
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.StableSampler.SpecialMath Modifier and Type Constant Field Value private static final double
FOUR_PI
1.2732395447351628
private static final double
P0
-5.712939549476837E9
private static final double
P1
4.9468559775425065E8
private static final double
P2
-9429037.070546336
private static final double
P3
52827.25819868892
private static final double
P4
-69.83913274721552
private static final double
PI_4
0.7853981633974483
private static final double
Q0
-7.273940551075394E9
private static final double
Q1
2.1254973418582485E9
private static final double
Q2
-8.000791217568675E7
private static final double
Q3
823285.5955751828
private static final double
Q4
-2396.5768102610937
private static final double
SWITCH_TO_EXPM1
0.5
-
org.apache.commons.rng.sampling.distribution.TSampler Modifier and Type Constant Field Value private static final double
HUGE_DF
9.007199254740992E15
-
org.apache.commons.rng.sampling.distribution.org.apache.commons.rng.sampling.distribution.TSampler.StudentsTSampler Modifier and Type Constant Field Value private static final double
DOUBLE_MULTIPLIER
1.1102230246251565E-16
private static final double
LARGE_DF
25.0
-
org.apache.commons.rng.sampling.distribution.ZigguratNormalizedGaussianSampler Modifier and Type Constant Field Value private static final int
LAST
255
private static final double
ONE_OVER_R
0.2736612373297583
private static final double
R
3.654152885361009
-
org.apache.commons.rng.sampling.distribution.ZigguratSampler Modifier and Type Constant Field Value private static final int
MASK_INT8
255
private static final long
MAX_INT64
9223372036854775807L
private static final double
TWO_POW_63
9.223372036854776E18
-
org.apache.commons.rng.sampling.distribution.ZigguratSampler.Exponential Modifier and Type Constant Field Value private static final long
E_MAX
853965788476313647L
private static final int
I_MAX
252
private static final double
X_0
7.569274694148063
-
org.apache.commons.rng.sampling.distribution.ZigguratSampler.NormalizedGaussian Modifier and Type Constant Field Value private static final long
CONCAVE_E_MAX
760463704284035184L
private static final long
CONVEX_E_MAX
-2269182951627976004L
private static final int
I_MAX
253
private static final int
J_INFLECTION
204
private static final double
ONE_OVER_X_0
0.27502700159745347
private static final double
X_0
3.6360066255009458
-
org.apache.commons.rng.sampling.shape.BoxSampler Modifier and Type Constant Field Value private static final int
THREE_D
3
private static final int
TWO_D
2
-
org.apache.commons.rng.sampling.shape.LineSampler Modifier and Type Constant Field Value private static final int
ONE_D
1
private static final int
THREE_D
3
private static final int
TWO_D
2
-
org.apache.commons.rng.sampling.shape.TetrahedronSampler Modifier and Type Constant Field Value private static final int
THREE_D
3
private static final java.lang.String
VERTEX_A
"Vertex a"
private static final java.lang.String
VERTEX_B
"Vertex b"
private static final java.lang.String
VERTEX_C
"Vertex c"
private static final java.lang.String
VERTEX_D
"Vertex d"
-
org.apache.commons.rng.sampling.shape.TriangleSampler Modifier and Type Constant Field Value private static final int
THREE_D
3
private static final int
TWO_D
2
-
org.apache.commons.rng.sampling.shape.UnitBallSampler Modifier and Type Constant Field Value private static final double
DOUBLE_MULTIPLIER
1.1102230246251565E-16
private static final int
ONE_D
1
private static final int
THREE_D
3
private static final int
TWO_D
2
-
org.apache.commons.rng.simple.JDKRandomBridge Modifier and Type Constant Field Value private static final long
serialVersionUID
20161107L
-
org.apache.commons.rng.simple.internal.org.apache.commons.rng.simple.internal.Conversions Modifier and Type Constant Field Value private static final long
GOLDEN_RATIO
-7046029254386353131L
-
org.apache.commons.rng.simple.internal.org.apache.commons.rng.simple.internal.MixFunctions Modifier and Type Constant Field Value static final int
GOLDEN_RATIO_32
-1640531527
static final long
GOLDEN_RATIO_64
-7046029254386353131L
-
org.apache.commons.rng.simple.internal.NativeSeedType Modifier and Type Constant Field Value private static final int
RANDOM_SEED_ARRAY_SIZE
128
private static final java.lang.String
UNRECOGNISED_SEED
"Unrecognized seed type: "
-
org.apache.commons.rng.simple.internal.ProviderBuilder Modifier and Type Constant Field Value private static final java.lang.String
INTERNAL_ERROR_MSG
"Internal error: Please file a bug report"
-
org.apache.commons.rng.simple.internal.SeedFactory Modifier and Type Constant Field Value private static final int
INT_ARRAY_BLOCK_SIZE
8
private static final int
LONG_ARRAY_BLOCK_SIZE
4
private static final int
XO_RO_SHI_RO_1024_STATE_SIZE
16
-
org.apache.commons.rng.simple.internal.org.apache.commons.rng.simple.internal.SeedUtils Modifier and Type Constant Field Value private static final int
MOD_09
4
private static final int
MOD_10
6
private static final int
MOD_11
3
private static final int
MOD_12
4
private static final int
MOD_13
9
private static final int
MOD_14
4
private static final int
MOD_15
1
-
org.apache.commons.rng.simple.internal.org.apache.commons.rng.simple.internal.SeedUtils.UnsignedByteProvider Modifier and Type Constant Field Value private static final int
MASK_2_BITS
3
private static final int
MASK_8_BITS
255