IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15324


Ignore:
Timestamp:
Oct 16, 2007, 4:20:24 PM (19 years ago)
Author:
Paul Price
Message:

Printing hex value of seed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psRandom.c

    r10999 r15324  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-01-09 22:38:53 $
     12*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-10-17 02:20:24 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5656
    5757    // Send log message of the system seed value used
    58     psLogMsg(__func__,PS_LOG_INFO,"System random seed value used  seed = %" PRIu64 " hex", seedVal);
     58    psLogMsg(__func__,PS_LOG_INFO,"System random seed value used = %" PRIx64, seedVal);
    5959
    6060    return seedVal;
Note: See TracChangeset for help on using the changeset viewer.