uint_rand 158 libswresample/tests/swresample.c #define dbl_rand(x) (uint_rand(x)*2.0 / (double)UINT_MAX - 1) uint_rand 197 libswresample/tests/swresample.c tabf1[ch] = 100 + uint_rand(rnd) % 5000; uint_rand 198 libswresample/tests/swresample.c tabf2[ch] = 100 + uint_rand(rnd) % 5000; uint_rand 271 libswresample/tests/swresample.c uint_rand(seed); uint_rand 318 libswresample/tests/swresample.c if (uint_rand(rand_seed) % 3 == 0) uint_rand 320 libswresample/tests/swresample.c if (uint_rand(rand_seed) % 3 == 0) uint_rand 339 libswresample/tests/swresample.c mode = uint_rand(rand_seed) % 3;