Changeset 15324
- Timestamp:
- Oct 16, 2007, 4:20:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRandom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRandom.c
r10999 r15324 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 5$ $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 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 56 56 57 57 // 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); 59 59 60 60 return seedVal;
Note:
See TracChangeset
for help on using the changeset viewer.
