Ignore:
Timestamp:
Mar 23, 2012 8:24:58 AM (12 years ago)
Author:
bennylp
Message:

Re #1417 (misc): added that app should call pj_srand() initially in pj_init() documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib/include/pj/types.h

    r3553 r3987  
    291291 * functionality (such as WSAStartup() in Windows). 
    292292 * 
     293 * Apart from calling pj_init(), application typically should also initialize 
     294 * the random seed by calling pj_srand(). 
     295 * 
    293296 * @return PJ_SUCCESS on success. 
    294297 */ 
Note: See TracChangeset for help on using the changeset viewer.