LCG               116 lib/random32.c 		state->s1 = __seed(LCG(i + jiffies), 1);
LCG               117 lib/random32.c 		state->s2 = __seed(LCG(state->s1), 7);
LCG               118 lib/random32.c 		state->s3 = __seed(LCG(state->s2), 15);