Searched refs:LCG (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Drandom32.c250 #define LCG(x) ((x) * 69069U) /* super-duper LCG */ macro
251 state->s1 = __seed(LCG(seed), 2U);
252 state->s2 = __seed(LCG(state->s1), 8U);
253 state->s3 = __seed(LCG(state->s2), 16U);
254 state->s4 = __seed(LCG(state->s3), 128U);

Completed in 86 milliseconds