randstate        1740 usertests.c    unsigned long randstate = 1;
randstate        1744 usertests.c      randstate = randstate * 1664525 + 1013904223;
randstate        1745 usertests.c      return randstate;