jInfer

cz.cuni.mff.ksi.jinfer.iss.utils
Class WeightedRandomGenerator

java.lang.Object
  extended by 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


Constructor Summary
WeightedRandomGenerator(double[] weights)
           
 
Method Summary
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightedRandomGenerator

public WeightedRandomGenerator(double[] weights)
Method Detail

next

public int next()

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011