Ignore:
Timestamp:
Apr 16, 2009, 10:43:02 AM (15 years ago)
Author:
Christoph Mayer
Message:

-rand seeding in StartupWrapper gezogen
-bessere rands für identifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/StartupWrapper.cpp

    r2800 r2801  
    7878        if( initialized ) return;
    7979        initialized = true;
     80
     81        //
     82        // having seeded the pseudo rng is always good
     83        //
     84
     85        srand( time(NULL) );
    8086
    8187        //
Note: See TracChangeset for help on using the changeset viewer.