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 computer code and data files described and made available on this web page are 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.