The following code is from the paper Understanding Integer Overflow in C/C++
#include #define IA 1103515245u #define IC 12346u #define I