public class RandomMath extends Object
| Constructor and Description |
|---|
RandomMath() |
| Modifier and Type | Method and Description |
|---|---|
static double |
gammln(double xx) |
static double |
poidev(double xm,
MersenneTwister gen) |
static int |
poissonInt(double d,
MersenneTwister gen) |
public static final int poissonInt(double d,
MersenneTwister gen)
public static final double gammln(double xx)
public static final double poidev(double xm,
MersenneTwister gen)
Copyright © 2016. All rights reserved.