toms322, a FORTRAN77 code which evaluates four standard cumulative density functions:
The text of many ACM toms algorithms is available online through ACM: http://www.acm.org/pubs/calgo or NETLIB: http://www.netlib.org/toms/index.html.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
toms322 is available in a C version and a FORTRAN77 version.
dcdflib, a FORTRAN90 library which evaluates and inverts a number of statistical distributions.
NORMAL, a FORTRAN90 library which samples the normal distribution.
PROB, a FORTRAN90 library which evaluates many probability density functions.
TEST_VALUES, a FORTRAN90 library which contains sample values for a number of distributions.
UNIFORM, a FORTRAN90 library which samples the uniform distribution.