Searched refs:mul (Results 1 – 1 of 1) sorted by relevance
30 u64 mul; // Multiplier member39 u32 mul; // Multiplier member59 context->mul = (1566083941LL << 32) + 1812433253LL; in MATH_InitRand32()78 context->x = context->mul * context->x + context->add; in MATH_Rand32()106 context->mul = 1566083941LL; in MATH_InitRand16()125 context->x = context->mul * context->x + context->add; in MATH_Rand16()