IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23269


Ignore:
Timestamp:
Mar 11, 2009, 11:05:41 AM (17 years ago)
Author:
Paul Price
Message:

Since psRandomSeed returns the seed used, don't advertise it on the log message.

File:
1 edited

Legend:

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

    r23259 r23269  
    7272{
    7373    while (value == 0) {
    74         value = p_psRandomGetSystemSeed(true);
     74        value = p_psRandomGetSystemSeed(false);
    7575    }
    7676    seed = value;
Note: See TracChangeset for help on using the changeset viewer.