#include #include #define RESULT_BLK_SIZE 16 #define XI_COUNT 10000 static unsigned char result_table[RESULT_BLK_SIZE*RESULT_BLK_SIZE]; int my_rand(){ rand(); return rand(); } void my_init(){ int i; for( i=0; i