Class Test

java.lang.Object
  extended by Test

public class Test
extends java.lang.Object

Test program for SFMT19937 (which is a 32-bit implementation of SFMT; see the website).

Author:
Adrian King (ceroxylon at hotmail.com)

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Performs the same test as check32 in the original test.c.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Performs the same test as check32 in the original test.c.