11 May 2025 08:02:04 PM LATIN_EDGE_TEST: C++ version Test the LATIN_EDGE library. TEST00 GET_SEED returns a seed for the random number generator, based on the current time. GET_SEED returns SEED = 1258912577 TEST01 LATIN_EDGE chooses a Latin cell arrangement, which includes the edge points. Spatial dimension = 2 Number of points = 11 Initial seed for UNIFORM = 1258912577 The Latin Edge Square points: 0.7 0.5 0.9 0.3 0.5 0.8 0 0.2 0.1 0.7 0.8 0.1 0.6 0 0.3 1 1 0.9 0.4 0.4 0.2 0.6 LATIN_EDGE_TEST: 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 = 281388678 The Latin Edge Square points: 0.2 0.2 0.4 0.3 0.8 0.6 0.5 0.9 0 0.4 1 1 0.7 0.8 0.6 0.7 0.9 0.5 0.1 0.1 0.3 0 LATIN_EDGE_TEST: 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 = 1258912577 The Latin Edge Square points: 0.7 0.5 0.9 0.3 0.5 0.8 0 0.2 0.1 0.7 0.8 0.1 0.6 0 0.3 1 1 0.9 0.4 0.4 0.2 0.6 LATIN_EDGE_TEST: Normal end of execution. 11 May 2025 08:02:04 PM