Searched refs:pMTC (Results 1 – 1 of 1) sorted by relevance
96 MTContext* pMTC = static_cast<MTContext*>(pContext); in FX_Random_MT_Generate() local97 uint32_t* pBuf = pMTC->mt; in FX_Random_MT_Generate()99 if (pMTC->mti >= MT_N) { in FX_Random_MT_Generate()112 pMTC->mti = 0; in FX_Random_MT_Generate()114 v = pBuf[pMTC->mti++]; in FX_Random_MT_Generate()