randstate 1698 usertests.c unsigned long randstate = 1; randstate 1702 usertests.c randstate = randstate * 1664525 + 1013904223; randstate 1703 usertests.c return randstate;