Home | History | Annotate | Download | only in intltest

Lines Matching full:rand

1311     // Assume rand has at least 12 bits of precision
1314 ((char*)&l)[i] = (char)((rand() & 0x0FF0) >> 4);