edu.toronto.cs.util
Class UniformChaosIterator

java.lang.Object
  extended by edu.toronto.cs.util.UniformChaosIterator
All Implemented Interfaces:
ChaosIterator

public class UniformChaosIterator
extends java.lang.Object
implements ChaosIterator


Constructor Summary
UniformChaosIterator(int[] _domain)
           
 
Method Summary
 int nextInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniformChaosIterator

public UniformChaosIterator(int[] _domain)
Method Detail

nextInt

public int nextInt()
Specified by:
nextInt in interface ChaosIterator