Index: tests/PRNG.cfa
===================================================================
--- tests/PRNG.cfa	(revision d32679d538afe4b499d20b11c9407b3fc906cd84)
+++ tests/PRNG.cfa	(revision 62640874b77291f907b902d66d66ebba2c774f15)
@@ -10,6 +10,6 @@
 // Created On       : Wed Dec 29 09:38:12 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jun 29 10:18:35 2023
-// Update Count     : 424
+// Last Modified On : Mon Aug 14 08:49:53 2023
+// Update Count     : 425
 // 
 
@@ -27,10 +27,4 @@
 #define str(s) #s
 
-#if defined( __x86_64__ ) || defined( __aarch64__ )		// 64-bit architecture
-#define PRNG PRNG64
-#else													// 32-bit architecture
-#define PRNG PRNG32
-#endif // __x86_64__
-
 //#define TIME
 
