-
- All Implemented Interfaces:
public final class RandomSampling
-
-
Constructor Summary
Constructors Constructor Description RandomSampling(Map<String, Double> percents)
-
Method Summary
Modifier and Type Method Description final Map<String, Double>getPercents()final DoublegetOrPutRandomValue(String id, Boolean debug)final DoublegetRandomValue()-
-
Method Detail
-
getPercents
final Map<String, Double> getPercents()
-
getOrPutRandomValue
final Double getOrPutRandomValue(String id, Boolean debug)
-
getRandomValue
final Double getRandomValue()
-
-
-
-