HomeSort by relevance Sort by last modified time
    Searched defs:RandInt (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
rand_util.cc 19 int RandInt(int min, int max) {
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 70 int RandInt(int min, int max) {
75 int RandInt(int max) {
456 int sleeptime = rand_gen->RandInt(0, max_sleep);
485 rand_gen->RandInt(2 * amplitude + 1) - amplitude - 1;
    [all...]

Completed in 87 milliseconds