aima.util
Class RangeRandomizer

java.lang.Object
  extended by aima.util.RangeRandomizer
All Implemented Interfaces:
Randomizer

public class RangeRandomizer
extends java.lang.Object
implements Randomizer


Constructor Summary
RangeRandomizer(double lower, double upper)
           
 
Method Summary
 double nextDouble()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeRandomizer

public RangeRandomizer(double lower,
                       double upper)
Method Detail

nextDouble

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