public final class NRRandom extends Object
Constructor and Description |
---|
NRRandom() |
Modifier and Type | Method and Description |
---|---|
static double |
gaussianRV() |
static int |
getSeed() |
static double |
grv() |
static double |
nextRandom() |
static double |
random() |
static void |
setSeed(int jr) |
static double |
uniformRV() |
static int |
weightedSample(double[] rw) |
public static final 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()
Copyright © 2016. All rights reserved.