org.omegahat.Simulation.RandomGenerators
Class TestCollingsPRNG

java.lang.Object
  |
  +--org.omegahat.Simulation.RandomGenerators.TestCollingsPRNG

public class TestCollingsPRNG
extends java.lang.Object

Test/Demo the Collings PRNG classes.


Constructor Summary
TestCollingsPRNG()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Compute a batch of double pseudo-random variates using the PRNGAdmin setup.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TestCollingsPRNG

public TestCollingsPRNG()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Compute a batch of double pseudo-random variates using the PRNGAdmin setup. Allow specification of the number of PRNGS used, and the length of the batch.