public final class Random
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static double[] |
cof |
private static int |
ia |
private static int |
ic |
private static int |
im |
private static int |
jran |
Constructor and Description |
---|
Random() |
Modifier and Type | Method and Description |
---|---|
static double |
gammln(double xx) |
static double |
gaussianRV() |
static int |
getSeed() |
static double |
grv() |
static double |
nextRandom() |
static double |
poidev(double xm) |
static int |
poissonInt(double d) |
static double |
random() |
static void |
setSeed(int jr) |
static double |
uniformRV() |
static int |
weightedSample(double[] rw) |
private static int jran
private static int im
private static int ia
private static int ic
private static double[] cof
public static double random()
public static int getSeed()
public static void setSeed(int jr)
public static double nextRandom()
public static double uniformRV()
public static int weightedSample(double[] rw)
public static double gaussianRV()
public static double grv()
public static final int poissonInt(double d)
public static final double gammln(double xx)
public static final double poidev(double xm)
Copyright © 2013. All Rights Reserved.