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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dres_random.c98 static u_int16_t ru_a, ru_b; variable
189 ru_b = (tmp & 0xfffe) | 1;
191 while (ru_b % 3 == 0)
192 ru_b += 2;
246 ru_x = (ru_a * ru_x + ru_b) % RU_M;
271 printf("Ru_B: %u\n", ru_b);

Completed in 1244 milliseconds