类 Well512aTest
java.lang.Object
org.hipparchus.random.RandomDataGeneratorTest
org.hipparchus.random.RandomGeneratorAbstractTest
org.hipparchus.random.Well512aTest
-
字段概要
从类继承的字段 org.hipparchus.random.RandomGeneratorAbstractTest
generator
从类继承的字段 org.hipparchus.random.RandomDataGeneratorTest
expected, largeSampleSize, randomData, smallSampleSize
-
构造器概要
-
方法概要
从类继承的方法 org.hipparchus.random.RandomGeneratorAbstractTest
setUp, testNextBoolean2, testNextBooleanDirect, testNextBytes, testNextBytesChunks, testNextDouble, testNextFloatDirect, testNextInt2, testNextIntDirect, testNextIntPrecondition1, testNextIntPrecondition2, testNextLong2, testNextLongDirect, testNextZipf, testSeeding
从类继承的方法 org.hipparchus.random.RandomDataGeneratorTest
checkNextPoissonConsistency, testConfig, testNextBeta, testNextBeta2, testNextDeviateEnumeratedIntegerDistribution, testNextDeviateEnumeratedRealDistribution, testNextExponential, testNextGamma, testNextGamma2, testNextGaussian, testNextHex, testNextIntExtremeValues, testNextIntIAE, testNextIntNegativeRange, testNextIntNegativeToPositiveRange, testNextIntPositiveRange, testNextIntWideRange, testNextLongExtremeValues, testNextLongIAE, testNextLongNegativeRange, testNextLongNegativeToPositiveRange, testNextLongPositiveRange, testNextLongWideRange, testNextPermutation, testNextPoisson, testNextPoissonConsistency, testNextSample, testNextSampleWithReplacement, testNextSampleWithReplacement0SampleSize, testNextSampleWithReplacementAllZeroWeights, testNextSampleWithReplacementNaNWeights, testNextSampleWithReplacementNegativeSampleSize, testNextSampleWithReplacementNegativeWeights, testNextSampleWithReplacementPointMass, testNextUniformExclusiveEndpoints, testNextUniformExtremeValues, testNextUniformIAE, testNextUniformUniformMaximalInterval, testNextUniformUniformNegaiveBounds, testNextUniformUniformNegativeToPositiveBounds, testNextUniformUniformPositiveBounds
-
构造器详细资料
-
Well512aTest
public Well512aTest()
-
-
方法详细资料
-
makeGenerator
从类复制的说明:RandomGeneratorAbstractTest
在子类中重写此方法以提供一个具体的生成器进行测试。返回一个使用固定种子的生成器。- 指定者:
-
makeGenerator
在类中RandomGeneratorAbstractTest
-
testReferenceCode
public void testReferenceCode()
-