Searched refs:FX_Random_MT_Start (Results 1 – 3 of 3) sorted by relevance
80 return FX_Random_MT_Start(++g_nGlobalSeed); in ContextFromNextGlobalSeed()85 void* FX_Random_MT_Start(uint32_t dwSeed) { in FX_Random_MT_Start() function
12 void* FX_Random_MT_Start(uint32_t dwSeed);
122 void* pContext1 = FX_Random_MT_Start(dwSeed1); in GenerateFileID()123 void* pContext2 = FX_Random_MT_Start(dwSeed2); in GenerateFileID()