Index: tests/PRNG.cfa
===================================================================
--- tests/PRNG.cfa	(revision 04c78215345386ef39a45f6bb073dc726808d3b3)
+++ tests/PRNG.cfa	(revision e6d8d114c2f1a34e88d1f6cc47ad26c7792f201a)
@@ -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" );
