14 November 2006 07:34:52 AM LATIN_EDGE_PRB: Test the C++ Latin Edge Square routines. TEST00 GET_SEED returns a seed for the random number generator, based on the current time. GET_SEED returns SEED = 1177785417 TEST01 LATIN_EDGE chooses a Latin cell arrangement, which includes the edge points. Spatial dimension = 2 Number of points = 11 Initial seed for UNIFORM = 1177785417 The Latin Edge Square points: 0.8 0.4 0.7 0.7 0.6 0.1 1 0.3 0.3 0 0 0.6 0.4 0.8 0.9 0.2 0.1 0.9 0.5 1 0.2 0.5 LATIN_EDGE_PRB: Repeat TEST01, but with different seed from first run. TEST01 LATIN_EDGE chooses a Latin cell arrangement, which includes the edge points. Spatial dimension = 2 Number of points = 11 Initial seed for UNIFORM = 884178878 The Latin Edge Square points: 1 0 0 0.4 0.1 1 0.3 0.6 0.5 0.8 0.9 0.7 0.2 0.9 0.4 0.2 0.6 0.3 0.7 0.1 0.8 0.5 LATIN_EDGE_PRB: Repeat TEST01 with same seed as first run. TEST01 LATIN_EDGE chooses a Latin cell arrangement, which includes the edge points. Spatial dimension = 2 Number of points = 11 Initial seed for UNIFORM = 1177785417 The Latin Edge Square points: 0.8 0.4 0.7 0.7 0.6 0.1 1 0.3 0.3 0 0 0.6 0.4 0.8 0.9 0.2 0.1 0.9 0.5 1 0.2 0.5 LATIN_EDGE_PRB: Normal end of execution. 14 November 2006 07:34:52 AM