November 18 2008 5:57:21.810 PM LATIN_RANDOM_PRB: FORTRAN90 version Test the routines in the LATIN_RANDOM library. TEST00 GET_SEED returns a seed for the random number generator, based on the current time. RANDOM_INITIALIZE uses that seed to initialize the FORTRAN90 random number generator. GET_SEED returns SEED = 1556830697 TEST01 LATIN_RANDOM chooses a random Latin Square cell arrangement, and then returns a random point from each cell. Spatial dimension = 2 Number of points = 10 Random number SEED = 1556830697 The Latin Random Square points: 0.6332 0.0599 0.5397 0.4560 0.1410 0.2971 0.7562 0.9929 0.9559 0.6549 0.2666 0.5191 0.4651 0.8404 0.0331 0.7605 0.3968 0.3805 0.8669 0.1225 LATIN_RANDOM_PRB: Repeat test with a different seed from the first run. TEST01 LATIN_RANDOM chooses a random Latin Square cell arrangement, and then returns a random point from each cell. Spatial dimension = 2 Number of points = 10 Random number SEED = 830711558 The Latin Random Square points: 0.2455 0.3288 0.8924 0.1691 0.6434 0.4313 0.4667 0.0800 0.9842 0.2141 0.1813 0.6878 0.5431 0.7498 0.3621 0.5261 0.7636 0.9600 0.0839 0.8269 LATIN_RANDOM_PRB: Repeat test with the same seed as the first run. TEST01 LATIN_RANDOM chooses a random Latin Square cell arrangement, and then returns a random point from each cell. Spatial dimension = 2 Number of points = 10 Random number SEED = 1556830697 The Latin Random Square points: 0.6332 0.0599 0.5397 0.4560 0.1410 0.2971 0.7562 0.9929 0.9559 0.6549 0.2666 0.5191 0.4651 0.8404 0.0331 0.7605 0.3968 0.3805 0.8669 0.1225 LATIN_RANDOM_PRB: Normal end of execution. November 18 2008 5:57:21.813 PM