23 March 2020 06:23:19 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 = 964379230 TEST01 LATIN_EDGE chooses a Latin cell arrangement, which includes the edge points. Spatial dimension = 2 Number of points = 11 Initial seed for UNIFORM = 964379230 The Latin Edge Square points: 0.6 1 0.9 0.7 0.1 0.4 0.3 0.6 0.5 0.8 0.8 0.3 0.2 0 1 0.1 0.7 0.9 0 0.5 0.4 0.2 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 = 1140800537 The Latin Edge Square points: 0.3 0.1 0.4 0 0.1 0.4 0.9 1 0.7 0.2 0.2 0.9 0.8 0.3 0 0.8 0.5 0.5 1 0.6 0.6 0.7 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 = 964379230 The Latin Edge Square points: 0.6 1 0.9 0.7 0.1 0.4 0.3 0.6 0.5 0.8 0.8 0.3 0.2 0 1 0.1 0.7 0.9 0 0.5 0.4 0.2 LATIN_EDGE_TEST: Normal end of execution. 23 March 2020 06:23:19 PM