test_random
&& (test_random() % llen) < wscnt
key[i] = test_random();
in[i] = test_random();
if (test_random() % noise_rate != 0) {
type = test_random() % NUM_NOISE_TYPES;
? (uint64_t)((test_random() % MAX_DGRAM_REINJECT) + 1)
*flip = (test_random() % 255 + 1) << (test_random() % 8);
*flip_offset = test_random() % (25 * (1 + long_header));
#define COIN_IS_HEADS (test_random() % 2)
index = test_random() % TEST_MT_POOL_SZ;
behavior = (char)(test_random() % NUM_BEHAVIORS);
values[i] = random ? test_random() : (size_t)(count - i);
i = test_random() % count;
src_buf[i] = (unsigned char)(test_random() & 0xFF);
l = (test_random() % init_size) + 1;
if ((test_random() & 1) != 0) {
bulk_data[i] = (unsigned char)(test_random() & 0xFF);
if (test_random() % 10 == 0)
if (test_random() % 5 != 0)
off = read_off + test_random() % 50;
size = test_random() % 100 + 1;
if (test_random() % 50 == 0)
if (!fin_set && queued_max >= data_size - test_random() % 200) {
buf[(size_t)test_random() % len] ^= 0xff;
uint32_t test_random(void);
j = test_random() % (1 + i);
jstep = test_random() % all_tests[i].num;
r = test_random();
test_random();