Index: libcfa/src/bits/random.hfa
===================================================================
--- libcfa/src/bits/random.hfa	(revision 261e107b40e5f345760c2815edd2bbad73ca50db)
+++ libcfa/src/bits/random.hfa	(revision ac8b0164d569b51997b037d00bc038bf0a778661)
@@ -10,6 +10,6 @@
 // Created On       : Fri Jan 14 07:18:11 2022
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Dec  9 17:08:30 2022
-// Update Count     : 169
+// Last Modified On : Fri Dec  9 17:23:49 2022
+// Update Count     : 170
 // 
 
@@ -110,5 +110,5 @@
 
 // ALL PRNG ALGORITHMS ARE OPTIMIZED SO THAT THE PRNG LOGIC CAN HAPPEN IN PARALLEL WITH THE USE OF THE RESULT.
-// Therefore, the set_seed routine primes the state by calling the PRNG with the state so the seed is not return as the
+// Therefore, the set_seed routine primes the PRNG by calling it with the state so the seed is not return as the
 // first random value.
 
