JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class RandomNumberTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.alsUtility.RandomNumberTest

public class RandomNumberTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
RandomNumberTest(java.lang.String name)
           
 
Method Summary
 void testDouble()
           
 void testFillRandomly()
           
 void testGetDoubleInInterval()
           
 void testGetIntegerInInterval()
           
 void testGetProbability()
           
 void testGetUniqueIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomNumberTest

public RandomNumberTest(java.lang.String name)
Method Detail

testGetUniqueIndex

public void testGetUniqueIndex()

testDouble

public void testDouble()

testGetDoubleInInterval

public void testGetDoubleInInterval()

testGetIntegerInInterval

public void testGetIntegerInInterval()

testFillRandomly

public void testFillRandomly()

testGetProbability

public void testGetProbability()

JavaGenes, NASA Ames. Written largely by Al Globus