ASA183 is a C library which implements the Wichman-Hill random number generator, as well as a similar generator by L'Ecuyer.
ASA183 is Applied Statistics Algorithm 183. Source code for many Applied Statistics Algorithms is available through STATLIB.
ASA183 is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version
HALTON is a C++ library of routines which computes elements of a Halton quasirandom sequence.
NORMAL is a C++ library which computes elements of a sequence of pseudorandom normally distributed values.
UNIFORM is a C++ library which computes elements of a sequence of pseudorandom uniformly distributed values.
VAN_DER_CORPUT is a C++ library of routines which computes elements of a van der Corput quasirandom sequence.
You can go up one level to the C source codes.