toms322, a C code which computes Fisher's F-ratio test.
The original C source code for this program, as written by Mark Johnson, is available at https://www.netlib.org/opt/hooke.c
The text of many ACM TOMS algorithms is available online through ACM: https://calgo.acm.org/ or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms322 is available in a C version and a Fortran77 version.
normal, a C code which samples the normal distribution.
test_values, a C code which contains sample values for a number of distributions.
uniform, a C code which samples the uniform random distribution.