Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_MersenneTwister.h63 static const bit32 PARAMETER_B = 0x9d2c5680; variable
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_MersenneTwister.cpp173 v ^= (v << PARAMETER_S) & PARAMETER_B; in GenerateRandomU32()