edu.gwu.simplenetsim
Class UniformRandom
java.lang.Object
edu.gwu.simplenetsim.UniformRandom
public class UniformRandom
- extends java.lang.Object
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 |
UniformRandom
public UniformRandom()
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)