public class HaltonSequence extends Object implements Iterator<Double>, Serializable
Constructor and Description |
---|
HaltonSequence()
Creates a new HaltonSequence object to the base of two.
|
HaltonSequence(int base)
Creates a new instance with the specified base.
|
public HaltonSequence()
public HaltonSequence(int base)
base
- Base value.public boolean hasNext()
true
if next
would return an element rather
than throwing an exception.public Double next()
Copyright © 2009-2013. All Rights Reserved.