Lines Matching refs:rand
33 int x = rand() % (2*out->width) - out->width;
34 int y = rand() % (2*out->height) - out->height;
35 int w = rand() % (2*out->width);
36 int h = rand() % (2*out->height);
37 int color = rand();
38 int alu = rand() % 16;
47 int sx = rand() % (2*out->width) - ref->width;
48 int sy = rand() % (2*out->height) - ref->height;
49 int dx = rand() % (2*out->width) - ref->width;
50 int dy = rand() % (2*out->height) - ref->height;
51 int w = rand() % (2*out->width);
52 int h = rand() % (2*out->height);
55 val.function = rand() % 16;
83 if (rand() & 1) {
96 int x = rand() % (2*out->width) - out->width;
97 int y = rand() % (2*out->height) - out->height;
98 int w = rand() % out->width;
99 int h = rand() % out->height;
100 int color = rand();
101 int alu = rand() % 16;
128 ops[rand() % ARRAY_SIZE(ops)](&out, &ref);