Changeset 15627 for trunk/psLib/src/math/psRandom.h
- Timestamp:
- Nov 15, 2007, 2:41:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRandom.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRandom.h
r15261 r15627 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-1 0-09 20:05:32$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-11-16 00:41:07 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 } psRandom; 43 43 44 psU64 p_psRandomGetSystemSeed(); 44 /// Get a seed from the system. 45 /// 46 /// Tries /dev/random first, and then the system clock 47 psU64 p_psRandomGetSystemSeed(bool log ///< Print a log message about the choice of seed? 48 ); 45 49 46 50 /** Allocates a psRandom struct.
Note:
See TracChangeset
for help on using the changeset viewer.
