Home / TOMS
Name Modified Size InfoDownloads / Week
Parent folder
toms708_readme.txt 2010-11-05 662 Bytes
toms708-src.jar 2010-11-05 47.6 kB
Totals: 2 Items   48.3 kB 0
TOMS 708 - Java version
-----------------------

This is a Java implementation of TOMS 708 provided by James Curran
of the University of Auckland.  The original Fortran source code
can be found at Netlib:

http://www.netlib.org/toms/708

The Java code was produced using a combination of f2j and hand
coding.  The initial translation was done with f2j and then
restructured by hand to remove the Dummy.go_to() and Dummy.label()
method calls inserted by f2j.  This code has no dependency on
the f2j runtime library (f2jutil.jar).

The supplied jar file (toms708-src.jar) contains both source
code and class files.  To run a quick test:

java -jar toms708-src.jar
Source: toms708_readme.txt, updated 2010-11-05