Index: tests/PRNG.cfa
===================================================================
--- tests/PRNG.cfa	(revision 7bc84b8b7820d2c4950d341b0aff41c7071d3f95)
+++ tests/PRNG.cfa	(revision 93c10dee6eb516206f8cb00b620e8ee4abfb79f8)
@@ -8,6 +8,6 @@
 // Created On       : Wed Dec 29 09:38:12 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Nov 20 22:17:35 2022
-// Update Count     : 377
+// Last Modified On : Tue Nov 22 22:51:12 2022
+// Update Count     : 381
 // 
 
@@ -171,6 +171,6 @@
 	for ( 20 ) {
 		sout | wd(13, prng( prng )) | nonl;				// cascading => side-effect functions called in arbitary order
-		sout | wd(10, prng( prng, 5z )) | nonl;
-		sout | wd(13, prng( prng, 0, 5z ));
+		sout | wd(10, prng( prng, 5 )) | nonl;
+		sout | wd(13, prng( prng, 0, 5 ));
 	} // for
 	sout | sepEnable;
@@ -206,6 +206,6 @@
 	for ( 20 ) {
 		sout | wd(13, prng()) | nonl;					// cascading => side-effect functions called in arbitary order
-		sout | wd(10, prng( 5z )) | nonl;
-		sout | wd(13, prng( 0, 5z ));
+		sout | wd(10, prng( 5 )) | nonl;
+		sout | wd(13, prng( 0, 5 ));
 	} // for
 	sout | sepEnable;
@@ -242,6 +242,6 @@
 	for ( 20 ) {
 		sout | wd(13, prng( th )) | nonl;				// cascading => side-effect functions called in arbitary order
-		sout | wd(10, prng( th, 5z )) | nonl;
-		sout | wd(13, prng( th, 0, 5z ));
+		sout | wd(10, prng( th, 5 )) | nonl;
+		sout | wd(13, prng( th, 0, 5 ));
 	} // for
 	sout | sepEnable;
