Home
last modified time | relevance | path

Searched refs:PARAMETER_C (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_MersenneTwister.h64 static const bit32 PARAMETER_C = 0xefc60000; variable
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_MersenneTwister.cpp174 v ^= (v << PARAMETER_T) & PARAMETER_C; in GenerateRandomU32()