Home
last modified time | relevance | path

Searched refs:MATRIX_A (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_randommodule.c82 #define MATRIX_A 0x9908b0dfU /* constant vector a */ macro
127 static const uint32_t mag01[2] = {0x0U, MATRIX_A}; in genrand_uint32()
128 /* mag01[x] = x * MATRIX_A for x=0,1 */ in genrand_uint32()

Completed in 1 milliseconds