toms322, a Fortran77 code which evaluates four standard cumulative density functions:
The text of many ACM toms algorithms is available online through ACM: https://www.acm.org/pubs/calgo 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.
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.