11 May 2025 08:02:02 PM LATIN_CENTER_TEST: C++ version Test the LATIN_CENTER library. TEST00 GET_SEED returns a seed for the random number generator, based on the current time. GET_SEED returns SEED = 1258813157 TEST01 LATIN_CENTER chooses a Latin cell arrangement, and returns the centers of those cells. Spatial dimension = 2 Number of points = 10 Initial seed for UNIFORM = 1258813157 The Latin centers: 0.95 0.85 0.45 0.25 0.25 0.75 0.65 0.15 0.15 0.35 0.75 0.05 0.05 0.95 0.85 0.45 0.55 0.65 0.35 0.55 LATIN_CENTER_TEST: Repeat TEST01, but with different seed from first run. TEST01 LATIN_CENTER chooses a Latin cell arrangement, and returns the centers of those cells. Spatial dimension = 2 Number of points = 10 Initial seed for UNIFORM = 68040548 The Latin centers: 0.55 0.55 0.25 0.65 0.35 0.15 0.05 0.05 0.85 0.95 0.15 0.75 0.75 0.45 0.45 0.25 0.95 0.35 0.65 0.85 LATIN_CENTER_TEST: Repeat TEST01 with same seed as first run. TEST01 LATIN_CENTER chooses a Latin cell arrangement, and returns the centers of those cells. Spatial dimension = 2 Number of points = 10 Initial seed for UNIFORM = 1258813157 The Latin centers: 0.95 0.85 0.45 0.25 0.25 0.75 0.65 0.15 0.15 0.35 0.75 0.05 0.05 0.95 0.85 0.45 0.55 0.65 0.35 0.55 LATIN_CENTER_TEST: Normal end of execution. 11 May 2025 08:02:02 PM