IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2007, 2:41:07 PM (18 years ago)
Author:
Paul Price
Message:

Don't always want to tell everyone what random seed we've chosen.

File:
1 edited

Legend:

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

    r15261 r15627  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-10-09 20:05:32 $
     9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-11-16 00:41:07 $
    1111 *
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242} psRandom;
    4343
    44 psU64 p_psRandomGetSystemSeed();
     44/// Get a seed from the system.
     45///
     46/// Tries /dev/random first, and then the system clock
     47psU64 p_psRandomGetSystemSeed(bool log  ///< Print a log message about the choice of seed?
     48    );
    4549
    4650/** Allocates a psRandom struct.
Note: See TracChangeset for help on using the changeset viewer.