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