cz.cuni.mff.ksi.jinfer.iss.utils
Class WeightedRandomGenerator
java.lang.Object
cz.cuni.mff.ksi.jinfer.iss.utils.WeightedRandomGenerator
public class WeightedRandomGenerator
- extends Object
Weighted random number generator. Abridged from
http://www.codedanger.com/caglar/archives/374
Method Summary |
int |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedRandomGenerator
public WeightedRandomGenerator(double[] weights)
next
public int next()
Generated on Fri Dec 9 00:01:25 CET 2011