Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_MersenneTwister.h57 static const int PARAMETER_U = 11; variable
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_MersenneTwister.cpp172 v ^= (v >> PARAMETER_U); in GenerateRandomU32()