net.sourceforge.cilib.math.random.generator.quasi
Class QuasiRandom
java.lang.Object
java.util.Random
net.sourceforge.cilib.math.random.generator.Random
net.sourceforge.cilib.math.random.generator.quasi.QuasiRandom
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- Sobol
public abstract class QuasiRandom
- extends Random
TODO: Need to complete javadoc.
- See Also:
- Serialized Form
Methods inherited from class net.sourceforge.cilib.math.random.generator.Random |
getClone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dimensions
protected int dimensions
skipValue
protected int skipValue
QuasiRandom
public QuasiRandom(long seed)
setDimensions
public void setDimensions(int dimensions)
getDimensions
public int getDimensions()
setSkipValue
public void setSkipValue(int skipValue)
getSkipValue
public int getSkipValue()
nextPoint
public abstract double[] nextPoint()
Copyright © 2009 CIRG. All Rights Reserved.