srand              12 include/std/stdlib.h extern void* srand(unsigned int seed);
srand             231 lib/lua/lmathlib.c   srand(luaL_checkint(L, 1));
srand             357 lib/ubasic/ubasic.c     srand((int)shooting_get_bv96()+(unsigned short)stat_get_vbatt()+get_tick_count());
srand             346 modules/games/gui_4wins.c     srand(time(NULL));
srand             145 modules/games/gui_reversi.c     srand(get_tick_count());
srand             703 modules/games/gui_sudoku.c 	srand((unsigned)time(NULL));
srand             368 modules/games/gui_tetris.c     srand(game->systemTime);
srand              90 modules/module_exportlist.c             srand
srand             239 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void srand(unsigned int seed);