Package examples.utilities.random
Class TestRNG
- java.lang.Object
-
- examples.utilities.random.TestRNG
-
public class TestRNG extends java.lang.Object
This 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 void
main(java.lang.String[] args)
static void
testMarseRoberts()
static void
testRNG(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)
-
-