aima.test.probabilitytest
Class MockRandomizer

java.lang.Object
  extended by aima.test.probabilitytest.MockRandomizer
All Implemented Interfaces:
Randomizer

public class MockRandomizer
extends java.lang.Object
implements Randomizer


Constructor Summary
MockRandomizer(double[] values)
           
 
Method Summary
 double nextDouble()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockRandomizer

public MockRandomizer(double[] values)
Method Detail

nextDouble

public double nextDouble()
Specified by:
nextDouble in interface Randomizer