Searched refs:pMTC (Results 1 – 1 of 1) sorted by relevance
97 MTContext* pMTC = static_cast<MTContext*>(pContext); in FX_Random_MT_Generate() local98 uint32_t* pBuf = pMTC->mt; in FX_Random_MT_Generate()100 if (pMTC->mti >= MT_N) { in FX_Random_MT_Generate()113 pMTC->mti = 0; in FX_Random_MT_Generate()115 v = pBuf[pMTC->mti++]; in FX_Random_MT_Generate()