RSITES is a C++ program which generates a random set of N points in M dimensions.
RSITES is part of Ken Clarkson's HULL package, and is used to generate test datasets. The coordinates of each point are integers between 0 and 999999.
RANDOM_DATA is an executable FORTRAN90 program which produces random data from a number of regions.
RBOX is an executable C program which produces random data from a number of regions.
REGION_SAMPLE is an executable FORTRAN90 program which produces random data from a number of regions.
TABLE is a file format which is used for the output file.
UNIFORM is a C++ library of routines for sampling the uniform random distribution.
Ken Clarkson, AT&T Research
You can go up one level to the C++ source codes.