Index: /branches/pap_branch_050513/psLib/src/sys/psConfigure.c
===================================================================
--- /branches/pap_branch_050513/psLib/src/sys/psConfigure.c	(revision 3923)
+++ /branches/pap_branch_050513/psLib/src/sys/psConfigure.c	(revision 3924)
@@ -12,6 +12,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-13 21:27:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,9 +32,10 @@
 }
 
-void psLibInit(bool predictable, const char* timeConfig)
+void psLibInit(const char* timeConfig)
 {
     // Still needs error codes to be set
     // Still needs random number generator initialization
     // Please code me, Robert and George.
+    // PAP: RNG seeding not required --- this is done in psRandom.
 
     if(!p_psTimeInit(timeConfig)) {
Index: /branches/pap_branch_050513/psLib/src/sys/psConfigure.h
===================================================================
--- /branches/pap_branch_050513/psLib/src/sys/psConfigure.h	(revision 3923)
+++ /branches/pap_branch_050513/psLib/src/sys/psConfigure.h	(revision 3924)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-13 21:27:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -46,5 +46,4 @@
  */
 void psLibInit(
-    bool predictable,
     const char* timeConfig
 );
Index: /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.c
===================================================================
--- /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.c	(revision 3923)
+++ /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.c	(revision 3924)
@@ -12,6 +12,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-13 21:27:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,9 +32,10 @@
 }
 
-void psLibInit(bool predictable, const char* timeConfig)
+void psLibInit(const char* timeConfig)
 {
     // Still needs error codes to be set
     // Still needs random number generator initialization
     // Please code me, Robert and George.
+    // PAP: RNG seeding not required --- this is done in psRandom.
 
     if(!p_psTimeInit(timeConfig)) {
Index: /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.h
===================================================================
--- /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.h	(revision 3923)
+++ /branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.h	(revision 3924)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-13 21:27:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -46,5 +46,4 @@
  */
 void psLibInit(
-    bool predictable,
     const char* timeConfig
 );
