Index: src/tests/concurrent/examples/boundedBuffer.c
===================================================================
--- src/tests/concurrent/examples/boundedBuffer.c	(revision fe4840a0136c44ad0224a7d34e69e00d45cd7f98)
+++ src/tests/concurrent/examples/boundedBuffer.c	(revision 54aba8dc2740ad848ff31060ce9311cb75d5f7b2)
@@ -8,6 +8,6 @@
 // Created On       : Mon Oct 30 12:45:13 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Dec 14 21:28:52 2017
-// Update Count     : 32
+// Last Modified On : Tue Jan  2 12:18:18 2018
+// Update Count     : 33
 //
 
@@ -91,6 +91,6 @@
 	processor p;
 
-	//random_seed( getpid() );
-	random_seed( 1003 );
+	//srandom( getpid() );
+	srandom( 1003 );
 
 	for ( i = 0; i < Cons; i += 1 ) {			// create consumers
Index: src/tests/concurrent/examples/datingService.c
===================================================================
--- src/tests/concurrent/examples/datingService.c	(revision fe4840a0136c44ad0224a7d34e69e00d45cd7f98)
+++ src/tests/concurrent/examples/datingService.c	(revision 54aba8dc2740ad848ff31060ce9311cb75d5f7b2)
@@ -8,6 +8,6 @@
 // Created On       : Mon Oct 30 12:56:20 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Dec  6 12:19:19 2017
-// Update Count     : 21
+// Last Modified On : Tue Jan  2 12:19:01 2018
+// Update Count     : 22
 //
 
@@ -91,5 +91,5 @@
 	Boy  *boys[NoOfPairs];
 
-	random_seed( /*getpid()*/ 103 );
+	srandom( /*getpid()*/ 103 );
 
 	for ( unsigned int i = 0; i < NoOfPairs; i += 1 ) {
