Ignore:
Timestamp:
Nov 10, 2007 2:23:09 AM (17 years ago)
Author:
bennylp
Message:

Removed srand() call from pjlib initialization to let application supply the random seed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_win32.c

    r1046 r1567  
    142142     
    143143    /* Init random seed. */ 
    144     pj_srand( GetCurrentProcessId() ); 
     144    /* Or probably not. Let application in charge of this */ 
     145    /* pj_srand( GetCurrentProcessId() ); */ 
    145146 
    146147    /* Startup GUID. */ 
Note: See TracChangeset for help on using the changeset viewer.