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