aima.probability
Class JavaRandomizer

java.lang.Object
  extended by aima.probability.JavaRandomizer
All Implemented Interfaces:
Randomizer

public class JavaRandomizer
extends java.lang.Object
implements Randomizer


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

Constructor Detail

JavaRandomizer

public JavaRandomizer()
Method Detail

nextDouble

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