Index: tests/PRNG.cfa
===================================================================
--- tests/PRNG.cfa	(revision a5ea26135d5db981be7cff8e27809ec6e169064e)
+++ tests/PRNG.cfa	(revision 6e4c44dde79ba723d45b589198f181fdf1f94095)
@@ -8,6 +8,6 @@
 // Created On       : Wed Dec 29 09:38:12 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Apr 15 16:44:31 2023
-// Update Count     : 419
+// Last Modified On : Sun Apr 23 22:02:09 2023
+// Update Count     : 420
 // 
 
@@ -123,6 +123,7 @@
 
 int main() {
-	// causes leaked storage message
-	// setlocale( LC_NUMERIC, getenv( "LANG" ) );			// print digit separator
+	// setlocale( LC_NUMERIC, getenv( "LANG" ) );		// causes leaked storage message
+
+	// only works on the current pthread thread
 	// locale_t loc = newlocale( LC_NUMERIC_MASK, getenv( "LANG" ), (locale_t)0p );
 	// if ( loc == (locale_t)0p ) abort( "newlocale" );
