V
- public class RandomLocationTransformer<V> extends Object implements org.apache.commons.collections4.Transformer<V,Point2D>
Constructor and Description |
---|
RandomLocationTransformer(Dimension d)
Creates an instance with the specified size which uses the current time
as the random seed.
|
RandomLocationTransformer(Dimension d,
long seed)
Creates an instance with the specified dimension and random seed.
|
public RandomLocationTransformer(Dimension d)
public RandomLocationTransformer(Dimension d, long seed)
d
- seed
- Copyright © 2015. All rights reserved.