Package examples.utilities.random
Class TestRNG
- java.lang.Object
-
- examples.utilities.random.TestRNG
-
public class TestRNG extends java.lang.ObjectThis class runs some random number tests on three random number generators. It performs replications of the tests to measure how well the test achieves the desired coverage probability.
-
-
Constructor Summary
Constructors Constructor Description TestRNG()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static voidtestMarseRoberts()static voidtestRNG(RandU01Ifc rng, int n, int m)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
testMarseRoberts
public static void testMarseRoberts()
-
testRNG
public static void testRNG(RandU01Ifc rng, int n, int m)
-
-