org.omegahat.Simulation.RandomGenerators
Class TestCollingsPRNG_Batch

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

public class TestCollingsPRNG_Batch
extends java.lang.Object

Test/Demo the Collings PRNG classes.


Constructor Summary
TestCollingsPRNG_Batch()
           
 
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_Batch

public TestCollingsPRNG_Batch()
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.