org.nlogo.agent
Class Gamma

java.lang.Object
  extended by org.nlogo.agent.Gamma

public final class Gamma
extends Object


Method Summary
static double nextDouble(Random randomGenerator, double alpha, double lambda)
          Returns a random number from the distribution; bypasses the internal state.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nextDouble

public static double nextDouble(Random randomGenerator,
                                double alpha,
                                double lambda)
Returns a random number from the distribution; bypasses the internal state.