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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dres_random.c96 static u_int16_t ru_x; variable
180 ru_x = arc4random_uniform(RU_M);
246 ru_x = (ru_a * ru_x + ru_b) % RU_M;
249 r = permute15(ru_seed ^ pmod(ru_g, ru_seed2 + ru_x, RU_N)) | ru_msb;
269 printf("Ru_X: %u\n", ru_x);

Completed in 575 milliseconds