资 源 简 介
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.