org.apache.commons.math3.random
Class BitsStreamGeneratorTest

java.lang.Object
  extended by org.apache.commons.math3.random.RandomDataGeneratorTest
      extended by org.apache.commons.math3.random.RandomGeneratorAbstractTest
          extended by org.apache.commons.math3.random.BitsStreamGeneratorTest

public class BitsStreamGeneratorTest
extends RandomGeneratorAbstractTest

Test cases for the BitStreamGenerator class

Version:
$Id: BitsStreamGeneratorTest.java 1454847 2013-03-10 13:07:08Z luc $

Field Summary
 
Fields inherited from class org.apache.commons.math3.random.RandomGeneratorAbstractTest
generator
 
Fields inherited from class org.apache.commons.math3.random.RandomDataGeneratorTest
expected, largeSampleSize, randomData, smallSampleSize, testStatistic
 
Constructor Summary
BitsStreamGeneratorTest()
           
 
Method Summary
protected  RandomGenerator makeGenerator()
          Override this method in subclasses to provide a concrete generator to test.
 
Methods inherited from class org.apache.commons.math3.random.RandomGeneratorAbstractTest
setUp, testDoubleDirect, testFloatDirect, testNexBoolean2, testNexBytes, testNextBooleanDirect, testNextFloatDirect, testNextInt2, testNextIntDirect, testNextIntIAE2, testNextIntNeg, testNextLong2, testNextLongDirect, testNextSecureHex, testNextSecureIntIAE, testNextSecureIntNegativeRange, testNextSecureIntNegativeToPositiveRange, testNextSecureIntPositiveRange, testNextSecureLongIAE, testNextSecureLongNegativeRange, testNextSecureLongNegativeToPositiveRange, testNextSecureLongPositiveRange, testSeeding
 
Methods inherited from class org.apache.commons.math3.random.RandomDataGeneratorTest
checkNextPoissonConsistency, testConfig, testNextBeta, testNextBinomial, testNextCauchy, testNextChiSquare, testNextExponential, testNextF, testNextGamma, testNextGaussian, testNextHex, testNextHypergeometric, testNextIntExtremeValues, testNextIntIAE, testNextIntNegativeRange, testNextIntNegativeToPositiveRange, testNextIntPositiveRange, testNextIntWideRange, testNextInversionDeviate, testNextLongExtremeValues, testNextLongIAE, testNextLongNegativeRange, testNextLongNegativeToPositiveRange, testNextLongPositiveRange, testNextLongWideRange, testNextPascal, testNextPermutation, testNextPoisson, testNextPoissonConsistency, testNextSample, testNextT, testNextUniformExclusiveEndpoints, testNextUniformExtremeValues, testNextUniformIAE, testNextUniformUniformMaximalInterval, testNextUniformUniformNegaiveBounds, testNextUniformUniformNegativeToPositiveBounds, testNextUniformUniformPositiveBounds, testNextWeibull, testNextZipf, testReseed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitsStreamGeneratorTest

public BitsStreamGeneratorTest()
Method Detail

makeGenerator

protected RandomGenerator makeGenerator()
Description copied from class: RandomGeneratorAbstractTest
Override this method in subclasses to provide a concrete generator to test. Return a generator seeded with a fixed seed.

Specified by:
makeGenerator in class RandomGeneratorAbstractTest


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.