Package com.treemap.swing.voronoi
Class PrecomputedRandom
java.lang.Object
com.treemap.swing.voronoi.PrecomputedRandom
- All Implemented Interfaces:
VoronoiRandom
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrecomputedRandom
public PrecomputedRandom(int seed, int nValues)
-
-
Method Details
-
nextDouble
public double nextDouble()- Specified by:
nextDouble
in interfaceVoronoiRandom
-
reset
public void reset()- Specified by:
reset
in interfaceVoronoiRandom
-