ASA152 is a MATLAB program, using double precision arithmetic, which can compute the "point" or "cumulative" probabilities associated with the hypergeometric probability distribution.
ASA152 is Applied Statistics Algorithm 152. Source code for many Applied Statistics Algorithms is available through STATLIB.
ASA152 is also available in a C++ version and a FORTRAN77 version and a FORTRAN90 version
DCDFLIB is a FORTRAN90 library which evaluates and inverts a number of statistical distributions.
GSL is a C++ library which includes many routines for evaluating probability distributions.
PROB is a MATLAB library which evaluates and inverts a number of probabilistic distributions.
TEST_VALUES is a MATLAB library which contains sample values for a number of distributions.