uint_rand         157 libswresample/swresample-test.c #define dbl_rand(x) (uint_rand(x)*2.0 / (double)UINT_MAX - 1)
uint_rand         196 libswresample/swresample-test.c         tabf1[ch] = 100 + uint_rand(rnd) % 5000;
uint_rand         197 libswresample/swresample-test.c         tabf2[ch] = 100 + uint_rand(rnd) % 5000;
uint_rand         270 libswresample/swresample-test.c         uint_rand(seed);
uint_rand         333 libswresample/swresample-test.c         mode = uint_rand(rand_seed) % 3;