Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_randommodule.c75 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ macro
98 static unsigned long mag01[2]={0x0UL, MATRIX_A}; in genrand_int32()