Home
last modified time | relevance | path

Searched refs:RAND_M (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp1794 #define RAND_M (714025) macro
1815 if ((*seedp=(RAND_IC-(*seedp)) % RAND_M) < 0) *seedp = -(*seedp); in random()
1817 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()
1820 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()
1823 j=(int32_t)(1 + 97.0*iy/RAND_M); in random()
1826 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()
1828 return (float) iy/RAND_M; in random()