Home | History | Annotate | Download | only in intltest

Lines Matching full:rand

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