FSU_DAKOTA is a collection of C++ libraries and executables that were developed for inclusion with the DAKOTA package that is maintained at Sandia National Laboratory.
This software is distributed under the Gnu LGPL license.
CVT is a C++ library of routines for computing Centroidal Voronoi Tessellations.
HALTON is a C++ library of routines for computing Halton sequences.
HAMMERSLEY is a C++ library of routines for computing Hammersley sequences.
LATINIZE is a C++ program which can "Latinize" a set of points.
QUALITY is a C++ library of routines for computing the quality of dispersion of a set of points.
FSU.H is an INCLUDE file containing the definitions of all the library routines.
FSU_DAKOTA.CSH is a shell script that runs all the lower shell scripts that install and test all the components.
FSU_SUB is a support library of commonly used routines:
FSU_HALTON is a library of routines for computing the Halton sequence:
FSU_HAMMERSLEY is a library of routines for computing the Hammersley sequence:
FSU_CVT is a library of routines for computing a set of points via the Centroidal Voronoi Tessellation:
FSU_LATINIZE is a library of routines which modify a given dataset so that its values form a Latin Hypersquare:
FSU_QUALITY is a library of routines evaluate various distribution quality measures for a given pointset:
You can go up one level to the C++ source codes.