org.apache.commons.math.random
Class MersenneTwisterTest

java.lang.Object
  extended by org.apache.commons.math.random.MersenneTwisterTest

public class MersenneTwisterTest
extends Object


Constructor Summary
MersenneTwisterTest()
           
 
Method Summary
 void testDouble()
           
 void testFloat()
           
 void testGaussian()
           
 void testMakotoNishimura()
           
 void testNexBoolean()
           
 void testNexBytes()
           
 void testNextInt()
           
 void testNextIntN()
           
 void testNextIntNeg()
           
 void testNextLong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MersenneTwisterTest

public MersenneTwisterTest()
Method Detail

testGaussian

public void testGaussian()

testDouble

public void testDouble()

testFloat

public void testFloat()

testNextIntNeg

public void testNextIntNeg()

testNextIntN

public void testNextIntN()

testNextInt

public void testNextInt()

testNextLong

public void testNextLong()

testNexBoolean

public void testNexBoolean()

testNexBytes

public void testNexBytes()

testMakotoNishimura

public void testMakotoNishimura()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.