Package org.openforis.collect.manager
Class RandomValuesGenerator
- java.lang.Object
-
- org.openforis.collect.manager.RandomValuesGenerator
-
public abstract class RandomValuesGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description RandomValuesGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> List<T>generateRandomSubset(List<T> collection, double percentageOverTotal)
-