edu.gwu.simplenetsim
Class UniformRandom

java.lang.Object
  extended by edu.gwu.simplenetsim.UniformRandom

public class UniformRandom
extends java.lang.Object


Constructor Summary
UniformRandom()
           
 
Method Summary
static void set_seed(long seed)
           
static double uniform()
           
static double uniform(double a, double b)
           
static int uniform(int a, int b)
           
static long uniform(long a, long b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniformRandom

public UniformRandom()
Method Detail

set_seed

public static void set_seed(long seed)

uniform

public static double uniform()

uniform

public static double uniform(double a,
                             double b)

uniform

public static long uniform(long a,
                           long b)

uniform

public static int uniform(int a,
                          int b)