Package examples.utilities.random
Class TestGammaGeneration
- java.lang.Object
-
- examples.utilities.random.TestGammaGeneration
-
public class TestGammaGeneration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestGammaGeneration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static long
runGammaAR(int n, RNStreamIfc stream)
static long
runGammaInv(int n, RNStreamIfc stream)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
runGammaAR
public static long runGammaAR(int n, RNStreamIfc stream)
-
runGammaInv
public static long runGammaInv(int n, RNStreamIfc stream)
-
-