public class ProbabilityGenerator<T> extends java.lang.Object
ProbabilityGenerator()
void
add(float pFactor, T... pElements)
clear()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProbabilityGenerator()
public void add(float pFactor, T... pElements)
public T next()
public void clear()