IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3924


Ignore:
Timestamp:
May 13, 2005, 11:27:12 AM (21 years ago)
Author:
Paul Price
Message:

Removing RNG seeding in psLibInit (done by psRandom)

Location:
branches/pap_branch_050513/psLib/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/sys/psConfigure.c

    r3264 r3924  
    1212 *  @author Robert DeSonia, MHPCC
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-17 19:26:24 $
     14 *  @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-05-13 21:27:12 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232}
    3333
    34 void psLibInit(bool predictable, const char* timeConfig)
     34void psLibInit(const char* timeConfig)
    3535{
    3636    // Still needs error codes to be set
    3737    // Still needs random number generator initialization
    3838    // Please code me, Robert and George.
     39    // PAP: RNG seeding not required --- this is done in psRandom.
    3940
    4041    if(!p_psTimeInit(timeConfig)) {
  • branches/pap_branch_050513/psLib/src/sys/psConfigure.h

    r3264 r3924  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-02-17 19:26:24 $
     15 *  @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2005-05-13 21:27:12 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4646 */
    4747void psLibInit(
    48     bool predictable,
    4948    const char* timeConfig
    5049);
  • branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.c

    r3264 r3924  
    1212 *  @author Robert DeSonia, MHPCC
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-17 19:26:24 $
     14 *  @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-05-13 21:27:12 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232}
    3333
    34 void psLibInit(bool predictable, const char* timeConfig)
     34void psLibInit(const char* timeConfig)
    3535{
    3636    // Still needs error codes to be set
    3737    // Still needs random number generator initialization
    3838    // Please code me, Robert and George.
     39    // PAP: RNG seeding not required --- this is done in psRandom.
    3940
    4041    if(!p_psTimeInit(timeConfig)) {
  • branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.h

    r3264 r3924  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-02-17 19:26:24 $
     15 *  @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2005-05-13 21:27:12 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4646 */
    4747void psLibInit(
    48     bool predictable,
    4948    const char* timeConfig
    5049);
Note: See TracChangeset for help on using the changeset viewer.